aboutsummaryrefslogtreecommitdiffstats
path: root/games/quake3
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-20 07:34:06 +0800
committerkris <kris@FreeBSD.org>2006-01-20 07:34:06 +0800
commite8325e3e719ecec3bd98ffdd968ce3e7936fcf57 (patch)
treedaaf80101138396ecab7a0078bf5be928a8edec8 /games/quake3
parent1423b599cb4b4c38fb73e6e92a1239a6451a0e47 (diff)
downloadfreebsd-ports-gnome-e8325e3e719ecec3bd98ffdd968ce3e7936fcf57.tar.gz
freebsd-ports-gnome-e8325e3e719ecec3bd98ffdd968ce3e7936fcf57.tar.zst
freebsd-ports-gnome-e8325e3e719ecec3bd98ffdd968ce3e7936fcf57.zip
BROKEN on !i386: Does not compile
Diffstat (limited to 'games/quake3')
-rw-r--r--games/quake3/Makefile6
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