aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2012-03-14 17:29:05 -0700
committerAdam Vandenberg2012-03-14 17:29:05 -0700
commit683f143b5afbb838bb4b2e350875e4154fcdec37 (patch)
tree65377ec11823edb8e375ad57a5bb16496ad52357 /Library
parente390d5011919b02b9c339f86723c412260145fd0 (diff)
downloadhomebrew-683f143b5afbb838bb4b2e350875e4154fcdec37.tar.bz2
graphviz: add fails-with-clang comment
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/graphviz.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 4beee47a6..302813155 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -5,15 +5,16 @@ def build_bindings?
end
class Graphviz < Formula
+ homepage 'http://graphviz.org/'
url 'http://www.graphviz.org/pub/graphviz/stable/SOURCES/graphviz-2.28.0.tar.gz'
md5 '8d26c1171f30ca3b1dc1b429f7937e58'
- homepage 'http://graphviz.org/'
depends_on 'pkg-config' => :build
-
depends_on 'pango' if ARGV.include? '--with-pangocairo'
depends_on 'swig' if build_bindings?
+ # fails_with_clang
+
def options
[["--with-pangocairo", "Build with Pango/Cairo for alternate PDF output"],
["--with[out]-bindings", "Build Perl/Python/Ruby/etc. bindings (default on Lion; may not work on earlier systems)"]]