aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2013-01-26 20:51:13 -0600
committerJack Nagel2013-01-26 20:51:13 -0600
commit0bfb7f55d2fbd9b5b755656339f503fb56c38c19 (patch)
tree08fea4eb8ffd9d2e4c63d8a047dfc03cde64b865
parent79d12c32b2308154814398cafa199b7ad9a59fe7 (diff)
downloadhomebrew-0bfb7f55d2fbd9b5b755656339f503fb56c38c19.tar.bz2
octave: use new optional deps
-rw-r--r--Library/Formula/octave.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/octave.rb b/Library/Formula/octave.rb
index c433f0464..8b96c62b7 100644
--- a/Library/Formula/octave.rb
+++ b/Library/Formula/octave.rb
@@ -14,7 +14,6 @@ class Octave < Formula
mirror 'http://ftp.gnu.org/gnu/octave/octave-3.6.3.tar.bz2'
sha1 'e8bd0c0b33ab9714ddb524f2258546c3536f0628'
- option 'without-graphicsmagick', 'Compile without GraphicsMagick'
option 'without-fltk', 'Compile without fltk (disables native graphics)'
option 'test', 'Run tests before installing'
@@ -39,7 +38,7 @@ class Octave < Formula
# additional features
depends_on 'suite-sparse'
depends_on 'glpk'
- depends_on 'graphicsmagick' => :recommended unless build.include? 'without-graphicsmagick'
+ depends_on 'graphicsmagick' => :recommended
depends_on 'hdf5'
depends_on 'pcre'
depends_on 'qhull'