aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-09-20 15:33:47 +0800
committersem <sem@FreeBSD.org>2005-09-20 15:33:47 +0800
commit740f14937291b3294fdb23b71c494cecd878220b (patch)
tree6b107bcb08de2f19930ef5bb87eb2f1b540ecd05 /games
parentfecd202f8e97ddc94546a6f9822acd70bfa0452f (diff)
downloadfreebsd-ports-gnome-740f14937291b3294fdb23b71c494cecd878220b.tar.gz
freebsd-ports-gnome-740f14937291b3294fdb23b71c494cecd878220b.tar.zst
freebsd-ports-gnome-740f14937291b3294fdb23b71c494cecd878220b.zip
- Remove ia64 from ONLY_FOR_ARCHS
- Change ONLY_FOR_ATCHS with BROKEN Requested by: kris
Diffstat (limited to 'games')
-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
2012-05-023-3/+15