summaryrefslogtreecommitdiffstats
path: root/games/wormux
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-07-14 22:06:36 +0000
committerpav <pav@FreeBSD.org>2007-07-14 22:06:36 +0000
commit367da4e74aea2dbf1dafb89125edd16ec54fdab1 (patch)
treec4d1ad169abc0989c9413178ca85da50f7c30da0 /games/wormux
parent500c8bd2e69a22142b8538d317e310a63bc495cd (diff)
downloadFreeBSD-ports-367da4e74aea2dbf1dafb89125edd16ec54fdab1.zip
FreeBSD-ports-367da4e74aea2dbf1dafb89125edd16ec54fdab1.tar.gz
- Mark BROKEN on 7.0: does not compile with gcc42
Requested by: Anton Yudin <contact@toha.org.ua> (maintainer)
Diffstat (limited to 'games/wormux')
-rw-r--r--games/wormux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wormux/Makefile b/games/wormux/Makefile
index 2434505..18db0a4 100644
--- a/games/wormux/Makefile
+++ b/games/wormux/Makefile
@@ -27,8 +27,8 @@ MAN6= wormux.6
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-BROKEN= Does not compile on 4.x
+.if ${OSVERSION} >= 700042
+BROKEN= Does not compile with GCC 4.2
.endif
.if !defined(WITHOUT_NLS)
OpenPOWER on IntegriCloud