diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-06-08 03:11:32 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-06-08 03:11:32 +0800 |
commit | ff26896d54ff05f7f86b30eb9b9a5908685c08d2 (patch) | |
tree | 6ae82576df4de76305f2f6d85313d0b7fe42036d /net | |
parent | 9bea29698508984666b9455aaa02af676464f9ef (diff) | |
download | freebsd-ports-gnome-ff26896d54ff05f7f86b30eb9b9a5908685c08d2.tar.gz freebsd-ports-gnome-ff26896d54ff05f7f86b30eb9b9a5908685c08d2.tar.zst freebsd-ports-gnome-ff26896d54ff05f7f86b30eb9b9a5908685c08d2.zip |
Add NO_ARCH
Approved by: portmgr (blanket)
Diffstat (limited to 'net')
-rw-r--r-- | net/py-txamqp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/py-txamqp/Makefile b/net/py-txamqp/Makefile index fdc87f83b005..e6dde032dfad 100644 --- a/net/py-txamqp/Makefile +++ b/net/py-txamqp/Makefile @@ -15,6 +15,7 @@ COMMENT= Twisted Python library for the AMQP messaging protocol RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>0:devel/py-thrift +NO_ARCH= yes USES= python:2 twisted USE_PYTHON= distutils autoplist |