diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:34:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-01-19 23:34:06 +0000 |
commit | 0893d8a5952bdb823b80942c061c86191610ecf7 (patch) | |
tree | f45a18f01d297e76446c0398f754afdfd94f88d0 /games/quake3/Makefile | |
parent | BROKEN on sparc64: Does not compile (diff) |
BROKEN on !i386: Does not compile
Notes
Notes:
svn path=/head/; revision=153912
Diffstat (limited to '')
-rw-r--r-- | games/quake3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |