summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 05:15:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 05:15:28 +0000
commit67485f14e0145e7ba4f7bd45635f22121face96a (patch)
tree60be02e9b6bd26e7935b4118b1846911d4c88f20 /math/octave
parent- Update to 0.5.0 (diff)
octave needs readline 4.2
PR: 48323, 48449 Submitted by: Chris BeHanna <behanna@topperwein.pennasoft.com>, Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
Notes
Notes: svn path=/head/; revision=82493
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index 890dab4959a9..f4d0ed69df08 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