aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/graphviz.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/graphviz.rb')
-rw-r--r--Library/Formula/graphviz.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index c6fbf98e3..bd9b69995 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -8,9 +8,7 @@ class Graphviz <Formula
depends_on 'pkg-config'
def install
- # Put freetype-config in path
- ENV.x11
- ENV.prepend 'PATH', "/usr/X11/bin", ":"
+ ENV.x11 # Put freetype-config in path
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",