summaryrefslogtreecommitdiff
path: root/news/py-twistedNews
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-10 16:45:37 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-10 16:45:37 +0000
commit0f4faa47c8a684edd15dcf4cf0b136aec965fd32 (patch)
tree75f2b4b5f18c5a0d834d87590b3cdad6a10dfba1 /news/py-twistedNews
parent- Add NO_ARCH (diff)
- Add NO_ARCH
- Sort USE_PYTHON
Notes
Notes: svn path=/head/; revision=389047
Diffstat (limited to 'news/py-twistedNews')
-rw-r--r--news/py-twistedNews/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile
index a21b59358bd8..45f2c2d42402 100644
--- a/news/py-twistedNews/Makefile
+++ b/news/py-twistedNews/Makefile
@@ -14,7 +14,8 @@ COMMENT= NNTP protocol implementation with client and server
LICENSE= MIT
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>