diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1998-05-15 18:44:53 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1998-05-15 18:44:53 +0000 |
commit | 5cf77f032aab859540668a4559569a647f905fa5 (patch) | |
tree | a7060d7092d0b8370995742fec51bb6ed5aff81e /math | |
parent | f107421395310517a1842da5787bf3e4c1989720 (diff) | |
download | ports-5cf77f032aab859540668a4559569a647f905fa5.tar.gz ports-5cf77f032aab859540668a4559569a647f905fa5.zip |
Notes
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 b3a067ce644e..ddf8da5eecf1 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.12 1998/02/16 11:59:34 asami Exp $ +# $Id: Makefile,v 1.13 1998/05/05 20:37:57 chuckr Exp $ # DISTNAME= octave-2.0.12 @@ -20,6 +20,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --enable-s USE_GMAKE= yes MAN1= octave.1 +BROKEN= "core dump problem on startup, working on it." + LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 post-install: diff --git a/math/octave/Makefile b/math/octave/Makefile index b3a067ce644e..ddf8da5eecf1 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ # Date created: 19 April 1998 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.12 1998/02/16 11:59:34 asami Exp $ +# $Id: Makefile,v 1.13 1998/05/05 20:37:57 chuckr Exp $ # DISTNAME= octave-2.0.12 @@ -20,6 +20,8 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --enable-s USE_GMAKE= yes MAN1= octave.1 +BROKEN= "core dump problem on startup, working on it." + LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 post-install: |