aboutsummaryrefslogtreecommitdiff
path: root/games/xlogical
diff options
context:
space:
mode:
Diffstat (limited to 'games/xlogical')
-rw-r--r--games/xlogical/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/xlogical/Makefile b/games/xlogical/Makefile
index bc6cfcbcc730..49e174e0ed25 100644
--- a/games/xlogical/Makefile
+++ b/games/xlogical/Makefile
@@ -30,4 +30,10 @@ post-install:
${RM} ${WRKSRC}/LICENSE
${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
+.endif
+
+.include <bsd.port.post.mk>