aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk-oh323
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-17 01:44:28 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-17 01:44:28 +0000
commit26dfe49930c1d57b9470dc71a2dd413be3547781 (patch)
tree51c49e41c63cb21010b16f40726949fb8347a593 /net/asterisk-oh323
parente24d120cb7f44f209db946d0361e9f149f611423 (diff)
downloadports-26dfe49930c1d57b9470dc71a2dd413be3547781.tar.gz
ports-26dfe49930c1d57b9470dc71a2dd413be3547781.zip
Notes
Diffstat (limited to 'net/asterisk-oh323')
-rw-r--r--net/asterisk-oh323/Makefile8
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>