aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 11:48:58 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-02 11:48:58 +0800
commit882ca916ec49a6f2f4900450758562c3f852b63d (patch)
tree3476ab6030fc7f18b5355231be74d4b8a24660f0 /math
parentd098d8c01c87f0d8479eee98b4617b7b15febe1f (diff)
downloadfreebsd-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/Makefile2
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