summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-01-02 00:50:38 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-01-02 00:50:38 +0000
commit7a05ec19e59f336d7924f0c2f172f669d9693a11 (patch)
tree9ef8d4e93d80d3348fe25672f52a87c0b8c7a405 /games
parentAlso broken on alpha 4.x (diff)
BROKEN on alpha also: does not compile
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=125645
Diffstat (limited to 'games')
-rw-r--r--games/deng/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile
index b7899df73251..91cd1e23551a 100644
--- a/games/deng/Makefile
+++ b/games/deng/Makefile
@@ -43,8 +43,8 @@ PLIST_SUB= WITH_OPENAL=""
.include <bsd.port.pre.mk>
-.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
-BROKEN= "Does not build on ia64 or sparc64"
+.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" || ${ARCH} == "alpha"
+BROKEN= "Does not build on ia64, sparc64 or alpha"
.endif
.ifndef (WITH_OPENAL)