aboutsummaryrefslogtreecommitdiff
path: root/games/8kingdoms
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-25 00:39:13 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-25 00:39:13 +0000
commit196d607402062007c7ac1fe57baccc8b84442080 (patch)
tree478e25ef3835214f6b11bcfadc4eb82998a4a55f /games/8kingdoms
parent6ce6a55ad96a38a69d95a5e651b27c25062a26dd (diff)
downloadports-196d607402062007c7ac1fe57baccc8b84442080.tar.gz
ports-196d607402062007c7ac1fe57baccc8b84442080.zip
Notes
Diffstat (limited to 'games/8kingdoms')
-rw-r--r--games/8kingdoms/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/games/8kingdoms/Makefile b/games/8kingdoms/Makefile
index fddcfb943066..f9849535a44b 100644
--- a/games/8kingdoms/Makefile
+++ b/games/8kingdoms/Makefile
@@ -76,4 +76,12 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+.if ${ARCH} == "amd64" || ${ARCH} == "sparc64"
+BROKEN= Does not compile with GCC 4.2
+.endif
+.endif
+
+.include <bsd.port.post.mk>