aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-09-17 09:44:28 +0800
committerkris <kris@FreeBSD.org>2006-09-17 09:44:28 +0800
commitbdb2de7feeae7c8c30d73135a036968b4f4ba107 (patch)
tree6dbfe88bde519c491adb78e4ca0c72e6d7bbbfa2 /net
parent63019653e2e665c9a114d479f0d7ec836753d7d5 (diff)
downloadfreebsd-ports-gnome-bdb2de7feeae7c8c30d73135a036968b4f4ba107.tar.gz
freebsd-ports-gnome-bdb2de7feeae7c8c30d73135a036968b4f4ba107.tar.zst
freebsd-ports-gnome-bdb2de7feeae7c8c30d73135a036968b4f4ba107.zip
BROKEN on amd64 and sparc64: Does not compile
Diffstat (limited to 'net')
-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>