aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-06-18 10:58:12 -0700
committerAdam Vandenberg2010-06-18 10:58:12 -0700
commit66d939c721bdfef6814d4d0d9b5ff9ecad79b1af (patch)
tree9c1cbda4ee638ea8f10632a59f10e7e29bc1ff36 /Library/Formula
parent786e9b606c0bcecc8db5ecbcb2fdee0871ab6836 (diff)
downloadhomebrew-66d939c721bdfef6814d4d0d9b5ff9ecad79b1af.tar.bz2
graphviz- fix some deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/graphviz.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index e06b83743..c6fbf98e3 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -5,7 +5,13 @@ class Graphviz <Formula
md5 '6f45946fa622770c45609778c0a982ee'
homepage 'http://graphviz.org/'
+ depends_on 'pkg-config'
+
def install
+ # Put freetype-config in path
+ ENV.x11
+ ENV.prepend 'PATH', "/usr/X11/bin", ":"
+
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-quartz",