aboutsummaryrefslogtreecommitdiff
path: root/games/jfduke3d
diff options
context:
space:
mode:
Diffstat (limited to 'games/jfduke3d')
-rw-r--r--games/jfduke3d/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/jfduke3d/Makefile b/games/jfduke3d/Makefile
index 31de1a0b4287..b218fb5d092b 100644
--- a/games/jfduke3d/Makefile
+++ b/games/jfduke3d/Makefile
@@ -34,10 +34,12 @@ PORTDOCS= ChangeLog readme.txt releasenotes.html duke3d.def.sample GNU.TXT
SUB_FILES= pkg-message
-ONLY_FOR_ARCHS= i386 ia64
-
.include <bsd.port.pre.mk>
+.if ${ARCH} == "amd64"
+BROKEN= "Does not build on amd64"
+.endif
+
.if ${OSVERSION} < 500000
BROKEN= "Can't build on 4.x"
.endif