aboutsummaryrefslogtreecommitdiff
path: root/math/cxsc/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 02:33:05 +0000
commitc1a0f8ede9b1500fbfeeddd49e14619623f520ad (patch)
treeda64bfdf1b4f9333a4a03d016667a79a61bbe190 /math/cxsc/Makefile
parent01977fcaeadf6fa6fe54d180a7f6ec93d5742226 (diff)
downloadports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.tar.gz
ports-c1a0f8ede9b1500fbfeeddd49e14619623f520ad.zip
Notes
Diffstat (limited to 'math/cxsc/Makefile')
-rw-r--r--math/cxsc/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/math/cxsc/Makefile b/math/cxsc/Makefile
index e4495d798b75..c672806aca76 100644
--- a/math/cxsc/Makefile
+++ b/math/cxsc/Makefile
@@ -20,4 +20,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
MAKE_ENV= INSTALL_DATA="${INSTALL_DATA}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502126
+BROKEN= "Does not compile with gcc 3.4.2"
+.endif
+
+.include <bsd.port.post.mk>