diff options
author | linimon <linimon@FreeBSD.org> | 2007-10-02 18:18:55 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-10-02 18:18:55 +0800 |
commit | 5ecfdaa558aad8aad6d25a8162ec0db4e1cec029 (patch) | |
tree | c52d3e1c6fe53c1002ce84c7df77e5ba48723d37 /games/holotz-castle | |
parent | 22a3c7cf12e69bcc75b4bbd9e6203ff9501a36e4 (diff) | |
download | freebsd-ports-graphics-5ecfdaa558aad8aad6d25a8162ec0db4e1cec029.tar.gz freebsd-ports-graphics-5ecfdaa558aad8aad6d25a8162ec0db4e1cec029.tar.zst freebsd-ports-graphics-5ecfdaa558aad8aad6d25a8162ec0db4e1cec029.zip |
Mark broken with gcc4.2. While here, remove obsolete cruft.
Diffstat (limited to 'games/holotz-castle')
-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 02649616eaf..80894469636 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> |