diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/wolfpack/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index e7bc4c6c2ab7..97921ca3a14a 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -26,6 +26,12 @@ MAN6= emp_client.6 emp_server.6 MAKE_ARGS= PREFIX=${PREFIX} +.include <bsd.port.pre.mk> + +.if ${ARCH} == "ia64" +BROKEN= "Does not compile on ia64" +.endif + pre-install: ${MKDIR} ${PREFIX}/wolfpack ${MKDIR} ${PREFIX}/wolfpack/data @@ -47,4 +53,4 @@ post-install: ${INSTALL_MAN} ${WRKDIR}/emp4/man/emp_server.6 ${PREFIX}/man/man6/ @${CAT} ${FILESDIR}/post-install-info -.include <bsd.port.mk> +.include <bsd.port.post.mk> |