diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 04:10:45 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 04:10:45 +0800 |
commit | 5010df8a306da72db4d4e3879c7b8d717702c5c8 (patch) | |
tree | ef4df8351e293463dced14257b5a3249c3c3c51a /math | |
parent | 2a38427447737262d5a8ecf9b397c8923e8468ca (diff) | |
download | freebsd-ports-gnome-5010df8a306da72db4d4e3879c7b8d717702c5c8.tar.gz freebsd-ports-gnome-5010df8a306da72db4d4e3879c7b8d717702c5c8.tar.zst freebsd-ports-gnome-5010df8a306da72db4d4e3879c7b8d717702c5c8.zip |
Mark broken for ELF because doesn't build and I'll be darned if I've
found a way to fix it yet. :(
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 7a7d70eee46c..d078ec1bacb6 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 8 September 1998 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.16 1998/09/08 14:32:30 chuckr Exp $ +# $Id: Makefile,v 1.17 1998/09/09 05:46:15 asami Exp $ # DISTNAME= octave-2.0.13 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ MAINTAINER= chuckr@FreeBSD.ORG +BROKEN_ELF= build + RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot OCTAVE_VERSION= 2.0.13 diff --git a/math/octave/Makefile b/math/octave/Makefile index 7a7d70eee46c..d078ec1bacb6 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ # Date created: 8 September 1998 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.16 1998/09/08 14:32:30 chuckr Exp $ +# $Id: Makefile,v 1.17 1998/09/09 05:46:15 asami Exp $ # DISTNAME= octave-2.0.13 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.che.wisc.edu/pub/octave/ MAINTAINER= chuckr@FreeBSD.ORG +BROKEN_ELF= build + RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot OCTAVE_VERSION= 2.0.13 |