diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-09-27 19:51:04 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-09-27 19:51:04 +0000 |
commit | fa04344cccba269a1e9c551cec2019e28118b313 (patch) | |
tree | 0bc5f38cec8243a0b397b170711d2f340ef44690 /math | |
parent | 0d6cd1c3cd414b28e70fa9cf7c32b85936b667f3 (diff) |
Unbreak. Now it builds.
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=242180
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index d52f62d1b159..209bb4e79894 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -34,8 +34,6 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ fltk:${PORTSDIR}/x11-toolkits/fltk \ GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick -BROKEN= does not build - USE_BZIP2= yes USE_PERL5_BUILD=yes USE_GMAKE= yes |