aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-03-13 18:04:53 +0800
committerkris <kris@FreeBSD.org>2004-03-13 18:04:53 +0800
commitff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45 (patch)
treed81e7d6fc1146a5f022520d188747fb1f63d261b /games
parentf7ce7fb747a1872de391acce1508e3d6f776e443 (diff)
downloadfreebsd-ports-gnome-ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45.tar.gz
freebsd-ports-gnome-ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45.tar.zst
freebsd-ports-gnome-ff71a3ac1d62ddc4ef80f3e0190b3fa46e780e45.zip
BROKEN on !i386: Does not compile
Diffstat (limited to 'games')
-rw-r--r--games/uhexen/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/uhexen/Makefile b/games/uhexen/Makefile
index f35f4638be85..6205ed12a80a 100644
--- a/games/uhexen/Makefile
+++ b/games/uhexen/Makefile
@@ -27,6 +27,10 @@ USE_GMAKE= yes
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386"
+BROKEN= "Does not compile on !i386"
+.endif
+
.if defined(WITH_NOWAD)
WITHOUT_WAD= yes
.endif