summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2012-09-08 08:23:11 +0000
committerMark Linimon <linimon@FreeBSD.org>2012-09-08 08:23:11 +0000
commit51a3086a647687081043952eb71afcb191bc1f18 (patch)
tree82abc18a177f134b7c40462541a30a892e1db0e5 /net
parentMark as broken on powerpc. (diff)
Mark as not yet ported to anything other than x86 and arm.
Hat: portmgr
Notes
Notes: svn path=/head/; revision=303879
Diffstat (limited to 'net')
-rw-r--r--net/appkonference/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/appkonference/Makefile b/net/appkonference/Makefile
index f55e7ef1eb11..ada2540309d6 100644
--- a/net/appkonference/Makefile
+++ b/net/appkonference/Makefile
@@ -21,4 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/konference
PLIST_FILES= lib/asterisk/modules/app_konference.so
+ONLY_FOR_ARCHS= amd64 arm i386 ia64
+ONLY_FOR_ARCHS_REASON= not yet ported to this architecture
+
.include <bsd.port.mk>