diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gpredict.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gpredict.rb b/Library/Formula/gpredict.rb index 1535ac87d..b30b2db0c 100644 --- a/Library/Formula/gpredict.rb +++ b/Library/Formula/gpredict.rb @@ -16,7 +16,7 @@ class Gpredict < Formula depends_on 'hamlib' def install - gettext = Formula.factory('gettext') + gettext = Formula['gettext'] ENV.append "CFLAGS", "-I#{gettext.include}" ENV.append "LDFLAGS", "-L#{gettext.lib}" |
