diff options
| author | Adam Vandenberg | 2014-02-25 21:37:58 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:21 -0800 |
| commit | e673ea7ff35a2fc55c11d9666f46fbf715c533d9 (patch) | |
| tree | 064f6079d1eed340638bd32e5aeaf5460488bcde /Library | |
| parent | 5a34e24fafe08a58f1ce94dc75ca569bca244aeb (diff) | |
| download | homebrew-e673ea7ff35a2fc55c11d9666f46fbf715c533d9.tar.bz2 | |
ushare: use Formula[]
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/ushare.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ushare.rb b/Library/Formula/ushare.rb index 45c0d8c49..c03a64012 100644 --- a/Library/Formula/ushare.rb +++ b/Library/Formula/ushare.rb @@ -17,7 +17,7 @@ class Ushare < Formula ENV.append 'CFLAGS', '-std=gnu89' # Need to explicitly add intl and gettext here. - gettext = Formula.factory("gettext") + gettext = Formula["gettext"] ENV.append 'CFLAGS', "-I#{gettext.include}" ENV.append 'LDFLAGS', "-lintl" |
