diff options
Diffstat (limited to 'math/octave-devel/Makefile')
-rw-r--r-- | math/octave-devel/Makefile | 4 |
1 files changed, 4 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 |