summaryrefslogtreecommitdiff
path: root/math/octave
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 08:22:30 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-06-08 08:22:30 +0000
commitcbaa0c8d619cbc9e0fb9fba8a4ab039084916450 (patch)
treebf3c66616b17fc177ef9e071654b10a038b1608a /math/octave
parentChange adress in MASTER_SITES (diff)
wrong OSVERSION last commit
Notes
Notes: svn path=/head/; revision=82512
Diffstat (limited to 'math/octave')
-rw-r--r--math/octave/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile
index f4d0ed69df08..489e2ce8cbbb 100644
--- a/math/octave/Makefile
+++ b/math/octave/Makefile
@@ -39,7 +39,7 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST}
CONFIGURE_ARGS+= --with-f2c
.endif
-.if ${OSVERSION} <= 470101
+.if ${OSVERSION} < 500000
CONFIGURE_ARGS+= --disable-readline
.endif