aboutsummaryrefslogtreecommitdiff
path: root/math/octave-devel
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-devel
parent4f92c2bf2fc08864dd061732f12c338f4b0d126a (diff)
wrong OSVERSION last commit
Notes
Notes: svn path=/head/; revision=82512
Diffstat (limited to 'math/octave-devel')
-rw-r--r--math/octave-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile
index f4d0ed69df08..489e2ce8cbbb 100644
--- a/math/octave-devel/Makefile
+++ b/math/octave-devel/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