diff options
| author | Adam Vandenberg | 2012-08-28 08:35:04 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-08-28 08:35:19 -0700 |
| commit | 74762870ed07785253f5fea4848cae6e4589f0f3 (patch) | |
| tree | 32a2e4c8960e2fd622dba5e8dd1710670527a24f /Library/Formula | |
| parent | 5b3b834ea5395dcf750330b1108005cc5e85fd9f (diff) | |
| download | homebrew-74762870ed07785253f5fea4848cae6e4589f0f3.tar.bz2 | |
libextract: doesn't seem to need libtool
Closes #13265.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libextractor.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Formula/libextractor.rb b/Library/Formula/libextractor.rb index 827339a82..5d13fd819 100644 --- a/Library/Formula/libextractor.rb +++ b/Library/Formula/libextractor.rb @@ -6,11 +6,6 @@ class Libextractor < Formula mirror 'http://ftp.gnu.org/gnu/libextractor/libextractor-0.6.3.tar.gz' sha1 '58ca71d04fcbac6ea9675bd91ffa18a26c865ebc' - # The version of libtool on Lion is new enough: - # $ /usr/bin/libtool -V - # Apple Inc. version cctools-822 - # But compilation fails on Snow Leopard without a newer one. - depends_on 'libtool' => :build unless MacOS.lion? depends_on 'pkg-config' => :build def install |
