diff options
| -rw-r--r-- | Library/Formula/gnuplot.rb | 2 |
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") |
