diff options
Diffstat (limited to 'net/asterisk-oh323/Makefile')
-rw-r--r-- | net/asterisk-oh323/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/asterisk-oh323/Makefile b/net/asterisk-oh323/Makefile index 37c38174bf03..1a45a7772374 100644 --- a/net/asterisk-oh323/Makefile +++ b/net/asterisk-oh323/Makefile @@ -25,7 +25,13 @@ MAKE_ENV= MKDIR="${MKDIR}" \ CPP="${CXX}" \ SYSLIBDIR=${LOCALBASE}/lib +.include <bsd.port.pre.mk> + +.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" +BROKEN= Does not compile on amd64 or sparc64 +.endif + post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |