diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pygtk.rb | 1 |
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+' |
