From 80244972264bdaf2b59aa1ab858aafa91673b465 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 3 Feb 2013 14:40:09 -0600 Subject: [PATCH] libgtop: intltool is a build-time dep --- Formula/libgtop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/libgtop.rb b/Formula/libgtop.rb index 1e81a95194..86ea1e6d3e 100644 --- a/Formula/libgtop.rb +++ b/Formula/libgtop.rb @@ -7,9 +7,9 @@ class Libgtop < Formula depends_on 'xz' => :build depends_on 'pkg-config' => :build + depends_on 'intltool' => :build depends_on 'gettext' depends_on 'glib' - depends_on 'intltool' # Patch per MacPorts: # https://trac.macports.org/ticket/21165