diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-27 20:10:45 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-27 20:10:45 +0000 |
commit | 1d015bc6ff3abfb764754647bdcf769191c5a767 (patch) | |
tree | 1ced2606e42776480bf2c84892fe395d8a1c95ee /math | |
parent | Cleanup pkg/PLIST. (diff) |
Mark broken for ELF because doesn't build and I'll be darned if I've
found a way to fix it yet. :(
Notes
Notes:
svn path=/head/; revision=13461
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 |