diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-14 22:06:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-14 22:06:36 +0000 |
commit | 03dd4e81c877742fc022be49553e996ad7990e1d (patch) | |
tree | f025fba3e4dd1eeace5c1163fed5eb7572f9c7dd | |
parent | e92eab05607e5985b62165f0cad6851b9ac10542 (diff) | |
download | ports-03dd4e81c877742fc022be49553e996ad7990e1d.tar.gz ports-03dd4e81c877742fc022be49553e996ad7990e1d.zip |
Notes
-rw-r--r-- | games/warmux/Makefile | 4 | ||||
-rw-r--r-- | games/wormux/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 2434505273ef..18db0a44b047 100644 --- a/games/warmux/Makefile +++ b/games/warmux/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) diff --git a/games/wormux/Makefile b/games/wormux/Makefile index 2434505273ef..18db0a44b047 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) |