diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libextractor.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/libextractor.rb b/Library/Formula/libextractor.rb index 9ad5ea959..3b9d8bb91 100644 --- a/Library/Formula/libextractor.rb +++ b/Library/Formula/libextractor.rb @@ -6,7 +6,12 @@ class Libextractor < Formula mirror 'http://ftp.gnu.org/gnu/libextractor/libextractor-0.6.2.tar.gz' md5 '4b2af1167061430d58a101d5dfc6b4c7' + # 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 ENV.deparallelize |
