From cbaa0c8d619cbc9e0fb9fba8a4ab039084916450 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 8 Jun 2003 08:22:30 +0000 Subject: wrong OSVERSION last commit --- math/octave/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/octave') 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 -- cgit v1.2.3