diff options
| author | Adam Vandenberg | 2014-02-24 22:56:46 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:18 -0800 |
| commit | 1b052fbeef9688ae4d657c60660288ccf73b49d3 (patch) | |
| tree | 32d057fe2444d76f5548cdece8ca1586aa93cad4 /Library/Formula | |
| parent | a97ce582d69282f78de3d67b1a39062af3c40dcc (diff) | |
| download | homebrew-1b052fbeef9688ae4d657c60660288ccf73b49d3.tar.bz2 | |
shmcat: use Formula[]
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/shmcat.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/shmcat.rb b/Library/Formula/shmcat.rb index d3bdf9ded..6601dc6c3 100644 --- a/Library/Formula/shmcat.rb +++ b/Library/Formula/shmcat.rb @@ -17,7 +17,7 @@ class Shmcat < Formula ] args << "--disable-ftok" unless build.include? 'with-ftok' if build.include? 'with-nls' - gettext = Formula.factory('gettext') + gettext = Formula['gettext'] args << "--with-libintl-prefix=#{gettext.include}" else args << "--disable-nls" |
