diff options
| author | Misty De Meo | 2014-01-03 19:22:20 -0800 |
|---|---|---|
| committer | Misty De Meo | 2014-01-03 21:12:54 -0800 |
| commit | 3fb01f4a1b89082a325df165768099727c7fb49b (patch) | |
| tree | 13da9ad3dd8c11d5a4d3b7772679701521ac545e /Library | |
| parent | e7b62eb470bc4ff47dd048a63da216cd9841ebda (diff) | |
| download | homebrew-3fb01f4a1b89082a325df165768099727c7fb49b.tar.bz2 | |
minizip: needs newer autotools
Fixes mistydemeo/tigerbrew#164.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/minizip.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/minizip.rb b/Library/Formula/minizip.rb index a99418c5d..5420e9341 100644 --- a/Library/Formula/minizip.rb +++ b/Library/Formula/minizip.rb @@ -10,9 +10,9 @@ class Minizip < Formula option :universal - depends_on :autoconf => :build - depends_on :automake => :build - depends_on :libtool => :build + depends_on 'autoconf' => :build + depends_on 'automake' => :build + depends_on 'libtool' => :build def patches # configure script fails to detect the right compiler when "cc" is |
