diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-23 22:51:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-23 22:51:18 +0000 |
commit | 51ad1f4bdd321cf03f0061c72dd7d3646d8d2534 (patch) | |
tree | b5fba164260f0d7f7d5c098fe4d38c4a813c65e0 /games/deng | |
parent | aece7d04477f22ddbd63db289b3f662e883d0db8 (diff) | |
download | ports-51ad1f4bdd321cf03f0061c72dd7d3646d8d2534.tar.gz ports-51ad1f4bdd321cf03f0061c72dd7d3646d8d2534.zip |
Notes
Diffstat (limited to 'games/deng')
-rw-r--r-- | games/deng/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/deng/Makefile b/games/deng/Makefile index 8b060d8bfe08..b7899df73251 100644 --- a/games/deng/Makefile +++ b/games/deng/Makefile @@ -41,6 +41,12 @@ PLIST_SUB= WITH_OPENAL="@comment " PLIST_SUB= WITH_OPENAL="" .endif +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" || ${ARCH} == "sparc64" +BROKEN= "Does not build on ia64 or sparc64" +.endif + .ifndef (WITH_OPENAL) pre-everything:: @${ECHO_CMD} "" @@ -66,4 +72,4 @@ post-install: @(${SED} -e 's|%%PREFIX%%|${PREFIX}|; s|%%DOCSDIR%%|${DOCSDIR}|' \ <pkg-message >${PKGMESSAGE} && ${CAT} ${PKGMESSAGE}) -.include <bsd.port.mk> +.include <bsd.port.post.mk> |