summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-10-02 10:18:55 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-10-02 10:18:55 +0000
commitfe4507b243775ccd6aa610d0ddc27c6c1398778f (patch)
tree65271b9df43da4b90c894810b6a0d798af76a858 /games
parentMark as broken with gcc4.2 on 64-bit archs. (diff)
Mark broken with gcc4.2. While here, remove obsolete cruft.
Notes
Notes: svn path=/head/; revision=200642
Diffstat (limited to 'games')
-rw-r--r--games/holotz-castle/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/holotz-castle/Makefile b/games/holotz-castle/Makefile
index 02649616eaf2..808944696369 100644
--- a/games/holotz-castle/Makefile
+++ b/games/holotz-castle/Makefile
@@ -24,8 +24,8 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= doesn't work on FreeBSD 4.x
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>