aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2012-08-28 08:35:04 -0700
committerAdam Vandenberg2012-08-28 08:35:19 -0700
commit74762870ed07785253f5fea4848cae6e4589f0f3 (patch)
tree32a2e4c8960e2fd622dba5e8dd1710670527a24f /Library/Formula
parent5b3b834ea5395dcf750330b1108005cc5e85fd9f (diff)
downloadhomebrew-74762870ed07785253f5fea4848cae6e4589f0f3.tar.bz2
libextract: doesn't seem to need libtool
Closes #13265.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libextractor.rb5
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