diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 11:48:58 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-02 11:48:58 +0800 |
commit | 882ca916ec49a6f2f4900450758562c3f852b63d (patch) | |
tree | 3476ab6030fc7f18b5355231be74d4b8a24660f0 /math | |
parent | d098d8c01c87f0d8479eee98b4617b7b15febe1f (diff) | |
download | freebsd-ports-gnome-882ca916ec49a6f2f4900450758562c3f852b63d.tar.gz freebsd-ports-gnome-882ca916ec49a6f2f4900450758562c3f852b63d.tar.zst freebsd-ports-gnome-882ca916ec49a6f2f4900450758562c3f852b63d.zip |
Scilab on FreeBSD 6
PR: ports/91177
Submitted by: Jean-Sebastien Roy <js@jeannot.org>
Diffstat (limited to 'math')
-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 |