diff options
Diffstat (limited to 'Library/Formula/glib.rb')
| -rw-r--r-- | Library/Formula/glib.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/glib.rb b/Library/Formula/glib.rb index bc5b841f2..155240fc7 100644 --- a/Library/Formula/glib.rb +++ b/Library/Formula/glib.rb @@ -12,10 +12,8 @@ class Glib <Formula @md5='4c178b91d82ef80a2da3c26b772569c0' @homepage='http://www.gtk.org' - def deps - BinaryDep.new 'pkg-config' - LibraryDep.new 'gettext' - end + depends_on 'pkg-config' + depends_on 'gettext' def install ENV.gnu_gettext |
