aboutsummaryrefslogtreecommitdiff
path: root/games/znibbles
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 09:38:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 09:38:11 +0000
commitbe5a4b8921002cc08b0f2bc183d72e17d30b09bf (patch)
treef26b6d13eba9b3a47f6e29bb6ffd818f547ed802 /games/znibbles
parent0ac4c5d5c4dbe18b4d5e339747cc078375461f71 (diff)
downloadports-be5a4b8921002cc08b0f2bc183d72e17d30b09bf.tar.gz
ports-be5a4b8921002cc08b0f2bc183d72e17d30b09bf.zip
Notes
Diffstat (limited to 'games/znibbles')
-rw-r--r--games/znibbles/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/znibbles/Makefile b/games/znibbles/Makefile
index 85c70c9fe69b..f62cec3deac9 100644
--- a/games/znibbles/Makefile
+++ b/games/znibbles/Makefile
@@ -22,4 +22,10 @@ CONFIGURE_ARGS= --without-motif \
MAN6= nibbles.6 znibbles.6 gznibbles.6 znibblesX.6
-.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>