aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libagg.rb
diff options
context:
space:
mode:
authorJack Nagel2013-02-02 19:21:27 -0600
committerJack Nagel2013-02-02 19:21:27 -0600
commit7f787c34541bbaee884a7168413bae7869951f5b (patch)
treec89a6edf4463fa4b16da7f8572e5d643f8ed62ff /Library/Formula/libagg.rb
parent7a08677ab80afb5ed121c5e90b09707072567ee5 (diff)
downloadhomebrew-7f787c34541bbaee884a7168413bae7869951f5b.tar.bz2
libagg: use optional dep
Diffstat (limited to 'Library/Formula/libagg.rb')
-rw-r--r--Library/Formula/libagg.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/libagg.rb b/Library/Formula/libagg.rb
index 9fdf4e04f..5ac451e50 100644
--- a/Library/Formula/libagg.rb
+++ b/Library/Formula/libagg.rb
@@ -5,13 +5,11 @@ class Libagg < Formula
url 'http://www.antigrain.com/agg-2.5.tar.gz'
sha1 '08f23da64da40b90184a0414369f450115cdb328'
- 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 :freetype => :optional
fails_with :clang do
build 421