aboutsummaryrefslogtreecommitdiff
path: root/games/holotz-castle
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/holotz-castle
parent18b25c14ed10e314076f8de9424448671636b2d6 (diff)
downloadports-fe4507b243775ccd6aa610d0ddc27c6c1398778f.tar.gz
ports-fe4507b243775ccd6aa610d0ddc27c6c1398778f.zip
Mark broken with gcc4.2. While here, remove obsolete cruft.
Notes
Notes: svn path=/head/; revision=200642
Diffstat (limited to 'games/holotz-castle')
-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>