aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-10 16:45:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-10 16:45:33 +0000
commite98aaa294c4a38eff5afde13fdb7fc44b7ad7f19 (patch)
tree3b2989b6961e719403d26a2cbde1d3564d831040 /net-im
parent12b15b7c6ae1035c04fdb7b3d081318053709790 (diff)
downloadports-e98aaa294c4a38eff5afde13fdb7fc44b7ad7f19.tar.gz
ports-e98aaa294c4a38eff5afde13fdb7fc44b7ad7f19.zip
- Add NO_ARCH
- Sort USE_PYTHON
Notes
Notes: svn path=/head/; revision=389046
Diffstat (limited to 'net-im')
-rw-r--r--net-im/py-twistedWords/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/py-twistedWords/Makefile b/net-im/py-twistedWords/Makefile
index 0a4a4704abd7..8587ed096be1 100644
--- a/net-im/py-twistedWords/Makefile
+++ b/net-im/py-twistedWords/Makefile
@@ -14,7 +14,8 @@ COMMENT= Twisted Words has more chat than you can handle
LICENSE= MIT
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>