diff options
| author | Mike McQuaid | 2014-07-26 09:07:06 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-26 09:19:57 +0100 |
| commit | e760ebcfd65012d51d2e6ea55e101bdb86e23d3b (patch) | |
| tree | b46d6486f77966cc39c12df0801825a1a5db6907 /Library/Formula/gnuplot.rb | |
| parent | 90ed0fab719ddcbca12440a99f248e632115df24 (diff) | |
| download | homebrew-e760ebcfd65012d51d2e6ea55e101bdb86e23d3b.tar.bz2 | |
gnuplot: make aquaterm support default to off.
Needed for the bottle to behave as expected.
Closes #31096.
Diffstat (limited to 'Library/Formula/gnuplot.rb')
| -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 37dac67e3..fdb8956f3 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -35,7 +35,7 @@ class Gnuplot < Formula option 'tests', 'Verify the build with make check (1 min)' option 'without-emacs', 'Do not build Emacs lisp files' option 'latex', 'Build with LaTeX support' - option 'without-aquaterm', 'Do not build AquaTerm support' + option 'with-aquaterm', 'Build with AquaTerm support' depends_on 'pkg-config' => :build depends_on LuaRequirement unless build.include? 'nolua' |
