aboutsummaryrefslogtreecommitdiff
path: root/games/battletanks
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2008-08-15 13:52:29 +0000
committerErwin Lansing <erwin@FreeBSD.org>2008-08-15 13:52:29 +0000
commita070c288c95956e7e00f2cbfa3d32f5b16800d60 (patch)
tree46a64f8f483c2f062db1a214637d737fe714d9c3 /games/battletanks
parentb6f41d5952e9e94796d3a961aa05d079a1e46746 (diff)
downloadports-a070c288c95956e7e00f2cbfa3d32f5b16800d60.tar.gz
ports-a070c288c95956e7e00f2cbfa3d32f5b16800d60.zip
Notes
Diffstat (limited to 'games/battletanks')
-rw-r--r--games/battletanks/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/battletanks/Makefile b/games/battletanks/Makefile
index 880e0d4f4f6c..a6ac23c0b7aa 100644
--- a/games/battletanks/Makefile
+++ b/games/battletanks/Makefile
@@ -30,6 +30,10 @@ OPTIONS= LUA "Build with Lua scripting support" off
.include <bsd.port.pre.mk>
+.if ${ARCH} == i386
+BROKEN= does not build
+.endif
+
.if defined(WITH_LUA)
USE_LUA= 5.0+
.else