diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-06-08 05:15:28 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-06-08 05:15:28 +0000 |
commit | a39fb6575922a41308a856a58ab95dbe0833a605 (patch) | |
tree | bb5833ed5ce9def0634186e031b5ff62a754803f /math | |
parent | da8958529558fdac8139ebdec5e885bcaf73b51e (diff) | |
download | FreeBSD-ports-a39fb6575922a41308a856a58ab95dbe0833a605.zip FreeBSD-ports-a39fb6575922a41308a856a58ab95dbe0833a605.tar.gz |
octave needs readline 4.2
PR: 48323, 48449
Submitted by: Chris BeHanna <behanna@topperwein.pennasoft.com>, Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 890dab4..f4d0ed6 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif +.if ${OSVERSION} <= 470101 +CONFIGURE_ARGS+= --disable-readline +.endif + MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 diff --git a/math/octave/Makefile b/math/octave/Makefile index 890dab4..f4d0ed6 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif +.if ${OSVERSION} <= 470101 +CONFIGURE_ARGS+= --disable-readline +.endif + MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 |