diff options
author | maho <maho@FreeBSD.org> | 2009-09-28 03:51:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-09-28 03:51:04 +0800 |
commit | 0c01dc32709d9a0f78c89b28dc4a7e7910778269 (patch) | |
tree | 5c311083e1d068e6d530e5c8fc85d987c969fe09 /math | |
parent | 2754ba071273aa1afce1bfc41a00ef372a726914 (diff) | |
download | freebsd-ports-gnome-0c01dc32709d9a0f78c89b28dc4a7e7910778269.tar.gz freebsd-ports-gnome-0c01dc32709d9a0f78c89b28dc4a7e7910778269.tar.zst freebsd-ports-gnome-0c01dc32709d9a0f78c89b28dc4a7e7910778269.zip |
Unbreak. Now it builds.
Feature safe: yes
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 |