diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:50:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-01-02 00:50:38 +0000 |
commit | 7a05ec19e59f336d7924f0c2f172f669d9693a11 (patch) | |
tree | 9ef8d4e93d80d3348fe25672f52a87c0b8c7a405 /games/deng | |
parent | 2de80c3b0dcc4977ba0839ef5e678d30a2823e7d (diff) | |
download | ports-7a05ec19e59f336d7924f0c2f172f669d9693a11.tar.gz ports-7a05ec19e59f336d7924f0c2f172f669d9693a11.zip |
Notes
Diffstat (limited to 'games/deng')
-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) |