From c4fcd0b390e5ef2938ec53d1c18be4eb14e1f047 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 20 Mar 2014 14:43:53 -0500 Subject: libagg: needs newer autotools Fixes #27525. --- Library/Formula/libagg.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library/Formula/libagg.rb') diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb index 9d89d2499..cfa4467a5 100644 --- a/Library/Formula/libagg.rb +++ b/Library/Formula/libagg.rb @@ -5,9 +5,9 @@ class Libagg < Formula url 'http://www.antigrain.com/agg-2.5.tar.gz' sha1 '08f23da64da40b90184a0414369f450115cdb328' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on 'autoconf' => :build + depends_on 'automake' => :build + depends_on 'libtool' => :build depends_on 'pkg-config' => :build depends_on 'sdl' depends_on :freetype => :optional -- cgit v1.2.3