summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-04-21 17:30:36 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-04-21 17:30:36 +0000
commit76505fe4a9b4b6f92b3f83c747cd914edd8d4787 (patch)
tree77321f60d06b57c5b9295acb5e28e22d9370c522 /games
parentBROKEN on 7.0: does not comopile (diff)
BROKEN on 7.0: Does not compile
Notes
Notes: svn path=/head/; revision=190575
Diffstat (limited to 'games')
-rw-r--r--games/deal/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/deal/Makefile b/games/deal/Makefile
index e04fc4faed33..6a266a1b3e6f 100644
--- a/games/deal/Makefile
+++ b/games/deal/Makefile
@@ -27,6 +27,10 @@ do-install:
.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 700029
+BROKEN= Does not compile
+.endif
+
.if ${ARCH} == "ia64"
BROKEN= Does not compile on ia64
.endif