diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-21 20:25:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-09-21 20:25:33 +0000 |
commit | e79cb55153e1fa2163b928eff890e4bea54855db (patch) | |
tree | 785198f7b85a2f7051d8447e413db26bccec985d | |
parent | 4442447c116ff13923fd9b75fa4c9efdb8903f88 (diff) | |
download | ports-e79cb55153e1fa2163b928eff890e4bea54855db.tar.gz ports-e79cb55153e1fa2163b928eff890e4bea54855db.zip |
Notes
-rw-r--r-- | math/octave-devel/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 7cdae41e3ac6..1270afe2f32f 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -29,6 +29,8 @@ LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ umfpack.1:${PORTSDIR}/math/suitesparse \ qhull:${PORTSDIR}/math/qhull +BROKEN= does not build + LATEST_LINK= octave-devel USE_BZIP2= yes diff --git a/math/octave/Makefile b/math/octave/Makefile index 209bb4e79894..d52f62d1b159 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -34,6 +34,8 @@ 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 |