aboutsummaryrefslogtreecommitdiff
path: root/games/quake-extras
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-08-31 16:19:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-08-31 16:19:22 +0000
commit66c98fcf39681679a4a0a04bdf4e341bfb1da13f (patch)
tree8f83dc6f28cc8f2a84db69a1250aaeac82038183 /games/quake-extras
parentebf15575bbdf8344b7684f2f5c8fc080b4f557da (diff)
Notes
Diffstat (limited to 'games/quake-extras')
-rw-r--r--games/quake-extras/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quake-extras/Makefile b/games/quake-extras/Makefile
index 38d788dd0fbe..260f114faa7c 100644
--- a/games/quake-extras/Makefile
+++ b/games/quake-extras/Makefile
@@ -37,6 +37,10 @@ SKYFILE= fuhquake-skyboxes.zip
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= Does not build on !i386
+.endif
+
.if !defined(WITHOUT_REMODEL) || !defined(WITHOUT_SKYBOXES)
EXTRACT_DEPENDS+= unzip:${PORTSDIR}/archivers/unzip
.endif