diff options
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index a62876acb909..5aa3f77735f9 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -51,7 +51,7 @@ PLIST_SUB= PORTVERSION="${PORTVERSION}" DOCSDIR="share/doc/scilab" .include <bsd.port.pre.mk> # Scilab broken with GCC 3.3 on FreeBSD 5.3 -.if ${OSVERSION} >= 503000 +.if ${OSVERSION} >= 503000 && ${OSVERSION} < 600000 USE_GCC= 3.2 .endif |