aboutsummaryrefslogtreecommitdiff
path: root/games/csmash
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-11-18 22:03:09 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-11-18 22:03:09 +0000
commit41fb90489c67acba96b8f0e2020813da3ec8e3a2 (patch)
treed8f33d2dd0c213c5ad56f0b140d1e595198bc702 /games/csmash
parent0c335c76514f93826464f30ddf00436e025117e1 (diff)
downloadports-41fb90489c67acba96b8f0e2020813da3ec8e3a2.tar.gz
ports-41fb90489c67acba96b8f0e2020813da3ec8e3a2.zip
BROKEN on !i386: Does not compile
Notes
Notes: svn path=/head/; revision=121908
Diffstat (limited to 'games/csmash')
-rw-r--r--games/csmash/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/csmash/Makefile b/games/csmash/Makefile
index 2a060cf15fc6..5ba6a076f48a 100644
--- a/games/csmash/Makefile
+++ b/games/csmash/Makefile
@@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
.include <bsd.port.pre.mk>
-.if ${ARCH} == "alpha" || ${ARCH} == "amd64"
-BROKEN= "Does not compile on alpha or amd64"
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
.endif
post-patch: