diff options
Diffstat (limited to 'math/octave-devel')
-rw-r--r-- | math/octave-devel/Makefile | 2 |
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 |