libextract: doesn't seem to need libtool
Closes Homebrew/homebrew#13265.
This commit is contained in:
parent
0f39f36901
commit
35954a9f95
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue