diff options
| author | Chris Jobling | 2011-03-25 15:15:12 +0000 |
|---|---|---|
| committer | Adam Vandenberg | 2011-03-25 08:23:10 -0700 |
| commit | 3fc687a6536d623743a27b746eb674eb4029cb65 (patch) | |
| tree | d08d0580a42025339f29af9001f60f664e48e9fb /Library/Formula | |
| parent | 1d0cefdf58711cb5d200126c117f4e976ada8033 (diff) | |
| download | homebrew-3fc687a6536d623743a27b746eb674eb4029cb65.tar.bz2 | |
Octave: relies on pkg-config
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/octave.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/octave.rb b/Library/Formula/octave.rb index d237827d7..4ffee126c 100644 --- a/Library/Formula/octave.rb +++ b/Library/Formula/octave.rb @@ -17,7 +17,7 @@ class Octave < Formula homepage 'http://www.gnu.org/software/octave/index.html' sha1 '936a8fc962abd96e7568fb5909ec2a4d7997a1a8' - # critical dependencies + depends_on 'pkg-config' => :build depends_on 'gnu-sed' => :build depends_on 'texinfo' => :build # OS X's makeinfo won't work for this @@ -32,6 +32,7 @@ class Octave < Formula # additional features depends_on 'suite-sparse' depends_on 'glpk' + # test for presence of GraphicsMagick++ relies on pkg-config depends_on 'graphicsmagick' unless no_magick? depends_on 'hdf5' depends_on 'pcre' |
