gnuplot: make aquaterm support default to off.

Needed for the bottle to behave as expected.

Closes Homebrew/homebrew#31096.
This commit is contained in:
Mike McQuaid 2014-07-26 09:07:06 +01:00
parent af06c70284
commit 70f593acf5

View file

@ -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'