aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libagg.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-07-07 11:08:22 -0700
committerAdam Vandenberg2012-07-10 08:56:02 -0700
commit1f32fa43a77d75fe354e9e59bd23e9b9d934e09c (patch)
treec49ca57d6e333035e48616bf89eaba0d067da021 /Library/Formula/libagg.rb
parentcc6e0124437c4ceabbc0542770ed154aa0fb9e4e (diff)
downloadhomebrew-1f32fa43a77d75fe354e9e59bd23e9b9d934e09c.tar.bz2
Use autotools symbols
Diffstat (limited to 'Library/Formula/libagg.rb')
-rw-r--r--Library/Formula/libagg.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb
index d5cc2325c..68d3b3879 100644
--- a/Library/Formula/libagg.rb
+++ b/Library/Formula/libagg.rb
@@ -5,10 +5,10 @@ class Libagg < Formula
url 'http://www.antigrain.com/agg-2.5.tar.gz'
md5 '0229a488bc47be10a2fee6cf0b2febd6'
- depends_on "automake" => :build if MacOS.xcode_version >= "4.3"
+ depends_on :automake
+ depends_on :x11 # for Freetype
depends_on 'pkg-config' => :build
depends_on 'sdl'
- depends_on :x11 # for Freetype
fails_with :clang do
build 318