aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-12-22 17:28:23 -0600
committerJack Nagel2012-12-22 17:28:30 -0600
commit471d722d0c0515afb4258663b4686d5546445bdc (patch)
tree3211b6804df499718e3bce7640d3ae11e74e5170 /Library
parentf445ed63d12dbca4bb3817482679f566882ae969 (diff)
downloadhomebrew-471d722d0c0515afb4258663b4686d5546445bdc.tar.bz2
libagg: make libtool dep consistent
Should fix #16225.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libagg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb
index 473937052..9fdf4e04f 100644
--- a/Library/Formula/libagg.rb
+++ b/Library/Formula/libagg.rb
@@ -8,10 +8,10 @@ class Libagg < Formula
option 'with-freetype', 'Build with FreeType support'
depends_on :automake
+ depends_on :libtool
depends_on 'pkg-config' => :build
depends_on 'sdl'
depends_on :freetype if build.include? "with-freetype"
- depends_on :libtool unless MacOS.version >= :mountain_lion
fails_with :clang do
build 421