From 471d722d0c0515afb4258663b4686d5546445bdc Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 22 Dec 2012 17:28:23 -0600 Subject: libagg: make libtool dep consistent Should fix #16225. --- Library/Formula/libagg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3