diff options
author | linimon <linimon@FreeBSD.org> | 2012-09-08 16:23:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2012-09-08 16:23:11 +0800 |
commit | 923ac88d0581f588921374f481dd8f10d18346ce (patch) | |
tree | 82abc18a177f134b7c40462541a30a892e1db0e5 | |
parent | 1807adec6637e5b163dae4a1bb374e0dfbe4fff3 (diff) | |
download | freebsd-ports-gnome-923ac88d0581f588921374f481dd8f10d18346ce.tar.gz freebsd-ports-gnome-923ac88d0581f588921374f481dd8f10d18346ce.tar.zst freebsd-ports-gnome-923ac88d0581f588921374f481dd8f10d18346ce.zip |
Mark as not yet ported to anything other than x86 and arm.
Hat: portmgr
-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> |