diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 08:23:11 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2012-09-08 08:23:11 +0000 |
commit | 51a3086a647687081043952eb71afcb191bc1f18 (patch) | |
tree | 82abc18a177f134b7c40462541a30a892e1db0e5 /net | |
parent | 88d9c9d8a200f46ff190f88092d5c36cbd05ab4c (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/appkonference/Makefile | 3 |
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> |