diff options
author | kris <kris@FreeBSD.org> | 2005-01-02 08:50:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-01-02 08:50:38 +0800 |
commit | 3c42e78ba7db574bfbe1a56090b66f891d9b742b (patch) | |
tree | 30afbc066a3ce3df71a852ef6f2d749f89169bf9 /games | |
parent | e2b5264ab7e7f20f4cd571ccefc4966022d034cd (diff) | |
download | freebsd-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/Makefile | 4 |
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) |