aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libagg.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-20 14:43:53 -0500
committerJack Nagel2014-03-20 14:43:53 -0500
commitc4fcd0b390e5ef2938ec53d1c18be4eb14e1f047 (patch)
tree816b5daffec1b7368e5f7e11d4027c885fa641eb /Library/Formula/libagg.rb
parent58020c7c2b119b46b8759c3083e604c3475e60f8 (diff)
downloadhomebrew-c4fcd0b390e5ef2938ec53d1c18be4eb14e1f047.tar.bz2
libagg: needs newer autotools
Fixes #27525.
Diffstat (limited to 'Library/Formula/libagg.rb')
-rw-r--r--Library/Formula/libagg.rb6
1 files changed, 3 insertions, 3 deletions
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