diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 18:18:55 +0800 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-10-02 18:18:55 +0800 |
commit | fe4507b243775ccd6aa610d0ddc27c6c1398778f (patch) | |
tree | 65271b9df43da4b90c894810b6a0d798af76a858 | |
parent | 18b25c14ed10e314076f8de9424448671636b2d6 (diff) | |
download | freebsd-ports-gnome-fe4507b243775ccd6aa610d0ddc27c6c1398778f.tar.gz freebsd-ports-gnome-fe4507b243775ccd6aa610d0ddc27c6c1398778f.tar.zst freebsd-ports-gnome-fe4507b243775ccd6aa610d0ddc27c6c1398778f.zip |
Mark broken with gcc4.2. While here, remove obsolete cruft.
-rw-r--r-- | games/holotz-castle/Makefile | 4 |
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> |