diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 | ||||
-rw-r--r-- | math/oleo/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 95ae83a621f1..962f7443765d 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ MAINTAINER= chuckr@FreeBSD.org COMMENT= High-level interactive language for numerical computations +BROKEN= "Does not compile" + USE_BZIP2= yes BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot diff --git a/math/octave/Makefile b/math/octave/Makefile index 95ae83a621f1..962f7443765d 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/bleeding-edge/ \ MAINTAINER= chuckr@FreeBSD.org COMMENT= High-level interactive language for numerical computations +BROKEN= "Does not compile" + USE_BZIP2= yes BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot diff --git a/math/oleo/Makefile b/math/oleo/Makefile index d88435e929ac..b19b75d46385 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= The GNU spreadsheet for X11 and terminals +BROKEN= "Does not compile" + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext USE_REINPLACE= yes |