gnuplot: make aquaterm support default to off.
Needed for the bottle to behave as expected. Closes Homebrew/homebrew#31096.
This commit is contained in:
parent
af06c70284
commit
70f593acf5
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue