1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

wrong OSVERSION last commit

This commit is contained in:
Ying-Chieh Liao 2003-06-08 08:22:30 +00:00
parent 4f92c2bf2f
commit cbaa0c8d61
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82512
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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