diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 03:48:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 03:48:58 +0000 |
commit | 882ca916ec49a6f2f4900450758562c3f852b63d (patch) | |
tree | 3476ab6030fc7f18b5355231be74d4b8a24660f0 /math/scilab | |
parent | d098d8c01c87f0d8479eee98b4617b7b15febe1f (diff) |
Notes
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 |