aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/graphviz.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/graphviz.rb b/Library/Formula/graphviz.rb
index 63bb85b7a..e06b83743 100644
--- a/Library/Formula/graphviz.rb
+++ b/Library/Formula/graphviz.rb
@@ -10,7 +10,7 @@ class Graphviz <Formula
"--prefix=#{prefix}",
"--disable-quartz",
"--disable-php",
- "--disable-python", "--disable-perl"
+ "--disable-perl"
system "make install"
end
end