aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-04-14 20:38:41 -0400
committerJack Nagel2015-04-14 20:38:41 -0400
commit5cf44d5b2493e569bfce775ba4a2201904c4c0a8 (patch)
tree4f9d1c3036144e3a2888401334bef61ec3b912e3
parentc58120b99b948bd91519ea0b59bb81fea6c036be (diff)
downloadhomebrew-5cf44d5b2493e569bfce775ba4a2201904c4c0a8.tar.bz2
gnuplot: fix qt configure switch
-rw-r--r--Library/Formula/gnuplot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index 6c028e3bb..477d782b3 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -85,7 +85,7 @@ class Gnuplot < Formula
args << "--without-cairo" if build.without? "cairo"
end
- args << "--enable-qt" if build.with? "qt"
+ args << "--with-qt" if build.with? "qt"
args << "--without-lua" if build.without? "lua"
args << "--without-lisp-files" if build.without? "emacs"
args << ((build.with? "aquaterm") ? "--with-aquaterm" : "--without-aquaterm")