libmp3splt: needs libtool everywhere, apparently

Closes Homebrew/homebrew#14533.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Jack Nagel 2012-08-29 16:40:09 -05:00
parent 85766d2484
commit 7fa57acb80
1 changed files with 1 additions and 4 deletions

View File

@ -6,10 +6,7 @@ class Libmp3splt < Formula
md5 '848817d1d980729aec99bbc62caddd76'
# Linking fails on 10.6 (and lower?) without a duplicate libtool; see #10350
unless MacOS.lion?
depends_on 'libtool' => :build
end
depends_on 'libtool' => :build
depends_on 'pkg-config' => :build
depends_on 'gettext'
depends_on 'pcre'