diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-06-08 16:22:30 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-06-08 16:22:30 +0800 |
commit | 50d37c4b59fe4a1be57137c51fdbdb5f84ef2c36 (patch) | |
tree | 2c4cc9f210c148eae97d98b97e259b887a219def /math | |
parent | d0175d6aeced893c9a8f226b2145158c5e0ab370 (diff) | |
download | freebsd-ports-gnome-50d37c4b59fe4a1be57137c51fdbdb5f84ef2c36.tar.gz freebsd-ports-gnome-50d37c4b59fe4a1be57137c51fdbdb5f84ef2c36.tar.zst freebsd-ports-gnome-50d37c4b59fe4a1be57137c51fdbdb5f84ef2c36.zip |
wrong OSVERSION last commit
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 2 | ||||
-rw-r--r-- | math/octave/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |