From e760ebcfd65012d51d2e6ea55e101bdb86e23d3b Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 26 Jul 2014 09:07:06 +0100 Subject: gnuplot: make aquaterm support default to off. Needed for the bottle to behave as expected. Closes #31096. --- Library/Formula/gnuplot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/gnuplot.rb') 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' -- cgit v1.2.3