aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-06-11 00:45:49 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-06-11 00:45:49 +0800
commit3f2fb0bb9359cb3f5ffe604b770bc8bcfc90100f (patch)
tree3ec3960858c4b38cfbd120fd2d763d6d46740d98
parent2b7ef609d1a7d9b72a8bfa2889b6b318b54bd2f4 (diff)
downloadfreebsd-ports-graphics-3f2fb0bb9359cb3f5ffe604b770bc8bcfc90100f.tar.gz
freebsd-ports-graphics-3f2fb0bb9359cb3f5ffe604b770bc8bcfc90100f.tar.zst
freebsd-ports-graphics-3f2fb0bb9359cb3f5ffe604b770bc8bcfc90100f.zip
- Add NO_ARCH
- Sort USE_PYTHON
-rw-r--r--www/py-twistedWeb/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-twistedWeb/Makefile b/www/py-twistedWeb/Makefile
index 554e6874078..0d44789d88a 100644
--- a/www/py-twistedWeb/Makefile
+++ b/www/py-twistedWeb/Makefile
@@ -14,7 +14,8 @@ COMMENT= HTTP protocol implementation together with clients and servers
LICENSE= MIT
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>