aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-02-09 23:53:29 -0600
committerJack Nagel2013-02-09 23:53:29 -0600
commitd8fcccf26f7208ca78747ebb19a5c440f190db15 (patch)
tree1460e73084fc6e16b5ac661bdcd839fd8a131376 /Library/Formula
parentfad2455d1b7cd1ce04ba046ac4fe761612f744ba (diff)
downloadhomebrew-d8fcccf26f7208ca78747ebb19a5c440f190db15.tar.bz2
pygtk: depends on pkg-config
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pygtk.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/pygtk.rb b/Library/Formula/pygtk.rb
index 18fb9fec4..2d40f9533 100644
--- a/Library/Formula/pygtk.rb
+++ b/Library/Formula/pygtk.rb
@@ -5,6 +5,7 @@ class Pygtk < Formula
url 'http://ftp.acc.umu.se/pub/GNOME/sources/pygtk/2.24/pygtk-2.24.0.tar.bz2'
sha1 '344e6a32a5e8c7e0aaeb807e0636a163095231c2'
+ depends_on 'pkg-config' => :build
depends_on :x11
depends_on 'glib'
depends_on 'gtk+'