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 | c08e0ca3732349e833d649d65fbada9126510235 (diff) | |
download | ports-0893d8a5952bdb823b80942c061c86191610ecf7.tar.gz ports-0893d8a5952bdb823b80942c061c86191610ecf7.zip |
Notes
Diffstat (limited to 'games/quake3/Makefile')
-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 |