diff options
| author | Adam Vandenberg | 2014-02-26 19:12:40 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:22 -0800 | 
| commit | eb5ee8b5a32a25401138550570f96d0437e2c16b (patch) | |
| tree | e6bd0add9a296a5f2e62922220e82507d58b69be /Library/Formula | |
| parent | a65a358c4234e1cd6aa25e0bb10c8c4daff0ac1b (diff) | |
| download | homebrew-eb5ee8b5a32a25401138550570f96d0437e2c16b.tar.bz2 | |
libtiff: use Formula[]
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libtiff.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libtiff.rb b/Library/Formula/libtiff.rb index 6868268cb..cfb907d7a 100644 --- a/Library/Formula/libtiff.rb +++ b/Library/Formula/libtiff.rb @@ -21,7 +21,7 @@ class Libtiff < Formula    def install      ENV.universal_binary if build.universal?      ENV.cxx11 if build.cxx11? -    jpeg = Formula.factory('jpeg').opt_prefix +    jpeg = Formula["jpeg"].opt_prefix      system "./configure", "--disable-dependency-tracking",                            "--prefix=#{prefix}",                            "--without-x",  | 
