aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libmp3splt.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/libmp3splt.rb b/Library/Formula/libmp3splt.rb
index 6b611d4e8..3476f066b 100644
--- a/Library/Formula/libmp3splt.rb
+++ b/Library/Formula/libmp3splt.rb
@@ -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'