aboutsummaryrefslogtreecommitdiff
path: root/games/znibbles
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-23 20:05:34 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-23 20:05:34 +0000
commit398656b2146009ca383dc634783acadf633a8ba6 (patch)
tree1ff02967ff6840bf2f7558d9865bbcbb57569c84 /games/znibbles
parentffeb56c0408c842ab1d333ffb43cabc40f019f4f (diff)
downloadports-398656b2146009ca383dc634783acadf633a8ba6.tar.gz
ports-398656b2146009ca383dc634783acadf633a8ba6.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..122ae254b470 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 && ${ARCH} == amd64
+BROKEN= does not compile
+.endif
+
+.include <bsd.port.post.mk>