summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-10 16:45:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-06-10 16:45:21 +0000
commitd699e30613f4b0114682d8dc9e8c49f068adb0a1 (patch)
tree33d751ab45bf99f01e27e88c4383355bbcafca30 /dns
parentca0b9daedae193168d73b3dfa4da8c15b18dbf5f (diff)
downloadfreebsd-ports-d699e30613f4b0114682d8dc9e8c49f068adb0a1.zip
- Add NO_ARCH
- Sort USE_PYTHON
Diffstat (limited to 'dns')
-rw-r--r--dns/py-twistedNames/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/py-twistedNames/Makefile b/dns/py-twistedNames/Makefile
index ccc77b59526c..dbb7085a514a 100644
--- a/dns/py-twistedNames/Makefile
+++ b/dns/py-twistedNames/Makefile
@@ -14,7 +14,8 @@ COMMENT= DNS 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>