libextract: doesn't seem to need libtool

Closes Homebrew/homebrew#13265.
This commit is contained in:
Adam Vandenberg 2012-08-28 08:35:04 -07:00
parent 0f39f36901
commit 35954a9f95

View file

@ -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