diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:44:28 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-17 01:44:28 +0000 |
commit | 26dfe49930c1d57b9470dc71a2dd413be3547781 (patch) | |
tree | 51c49e41c63cb21010b16f40726949fb8347a593 /net/asterisk-oh323/Makefile | |
parent | e24d120cb7f44f209db946d0361e9f149f611423 (diff) |
Notes
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> |