aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-01-02 08:50:38 +0800
committerkris <kris@FreeBSD.org>2005-01-02 08:50:38 +0800
commit3c42e78ba7db574bfbe1a56090b66f891d9b742b (patch)
tree30afbc066a3ce3df71a852ef6f2d749f89169bf9 /games
parente2b5264ab7e7f20f4cd571ccefc4966022d034cd (diff)
downloadfreebsd-ports-gnome-3c42e78ba7db574bfbe1a56090b66f891d9b742b.tar.gz
freebsd-ports-gnome-3c42e78ba7db574bfbe1a56090b66f891d9b742b.tar.zst
freebsd-ports-gnome-3c42e78ba7db574bfbe1a56090b66f891d9b742b.zip
BROKEN on alpha also: does not compile
Approved by: portmgr (self)
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)