aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphviz.rb
diff options
context:
space:
mode:
authorDustin Sallings2012-09-02 11:25:47 -0700
committerAdam Vandenberg2012-09-02 16:03:01 -0700
commitdbe82d9c3141ea003996d96d34cb1d33cd437e43 (patch)
tree59af7589bd92100d20ab0078b930d0508d648ce9 /Library/Formula/graphviz.rb
parent8a54c425f6d9e4a5cea00c53e419caa100e093af (diff)
downloadhomebrew-dbe82d9c3141ea003996d96d34cb1d33cd437e43.tar.bz2
Graphviz depends on gd
Closes #14646. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/graphviz.rb')
-rw-r--r--Library/Formula/graphviz.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 5093836ca..6b5ac6b5d 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -16,6 +16,7 @@ class Graphviz < Formula
depends_on 'pango' if build.include? 'with-pangocairo'
depends_on 'swig' if build.include? 'with-bindings'
depends_on :xcode if build.include? 'with-app'
+ depends_on 'gd'
fails_with :clang do
build 318