diff options
-rw-r--r-- | games/q3cellshading/Makefile | 6 | ||||
-rw-r--r-- | games/quake3/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/q3cellshading/Makefile b/games/q3cellshading/Makefile index 39e51c0d3b67..b74601d3db3c 100644 --- a/games/q3cellshading/Makefile +++ b/games/q3cellshading/Makefile @@ -34,9 +34,9 @@ PLIST_FILES= bin/q3ded bin/quake3 .include <bsd.port.pre.mk> -# Anyone to play with this on IA64? -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on IA64 (feel free to submit fixes)" +# Anyone to play with this on !i386 +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386 (feel free to submit fixes)" .endif .if ${PERL_LEVEL} < 500600 diff --git a/games/quake3/Makefile b/games/quake3/Makefile index 39e51c0d3b67..b74601d3db3c 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -34,9 +34,9 @@ PLIST_FILES= bin/q3ded bin/quake3 .include <bsd.port.pre.mk> -# Anyone to play with this on IA64? -.if ${ARCH} == "ia64" -BROKEN= "Does not compile on IA64 (feel free to submit fixes)" +# Anyone to play with this on !i386 +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386 (feel free to submit fixes)" .endif .if ${PERL_LEVEL} < 500600 |