diff options
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index 890dab4959a9..f4d0ed69df08 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif +.if ${OSVERSION} <= 470101 +CONFIGURE_ARGS+= --disable-readline +.endif + MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 diff --git a/math/octave/Makefile b/math/octave/Makefile index 890dab4959a9..f4d0ed69df08 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -39,6 +39,10 @@ CONFIGURE_ARGS= --disable-shared --with-fftw --host=${GNU_HOST} CONFIGURE_ARGS+= --with-f2c .endif +.if ${OSVERSION} <= 470101 +CONFIGURE_ARGS+= --disable-readline +.endif + MAN1= octave.1 octave-bug.1 LIBOCTAVE-INFO= liboctave.info liboctave.info-1 liboctave.info-2 liboctave.info-3 |