Skip to content

Commit

Permalink
gnuplot: make aquaterm support default to off.
Browse files Browse the repository at this point in the history
Needed for the bottle to behave as expected.

Closes Homebrew/legacy-homebrew#31096.
  • Loading branch information
MikeMcQuaid committed Jul 26, 2014
1 parent af06c70 commit 70f593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gnuplot.rb
Expand Up @@ -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'
Expand Down

0 comments on commit 70f593a

Please sign in to comment.