diff options
author | kris <kris@FreeBSD.org> | 2003-05-07 05:37:26 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-07 05:37:26 +0800 |
commit | 7543cd413df589c8b88870f65795dd7f6bbfbffc (patch) | |
tree | 7b1adea21948f5d9b7952c3b6e3b83931e3d8edc /math | |
parent | 609a47ecc5f0e18525c5885de78969068c90c912 (diff) | |
download | freebsd-ports-gnome-7543cd413df589c8b88870f65795dd7f6bbfbffc.tar.gz freebsd-ports-gnome-7543cd413df589c8b88870f65795dd7f6bbfbffc.tar.zst freebsd-ports-gnome-7543cd413df589c8b88870f65795dd7f6bbfbffc.zip |
BROKEN: Does not compile
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 |