svn commit: r389043 - head/dns/py-twistedNames
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Jun 10 16:45:22 UTC 2015
Author: sunpoet
Date: Wed Jun 10 16:45:21 2015
New Revision: 389043
URL: https://svnweb.freebsd.org/changeset/ports/389043
Log:
- Add NO_ARCH
- Sort USE_PYTHON
Modified:
head/dns/py-twistedNames/Makefile
Modified: head/dns/py-twistedNames/Makefile
==============================================================================
--- head/dns/py-twistedNames/Makefile Wed Jun 10 16:45:17 2015 (r389042)
+++ head/dns/py-twistedNames/Makefile Wed Jun 10 16:45:21 2015 (r389043)
@@ -14,7 +14,8 @@ COMMENT= DNS protocol implementation wit
LICENSE= MIT
-USE_PYTHON= distutils autoplist
+NO_ARCH= yes
+USE_PYTHON= autoplist distutils
USES= python:2 tar:bzip2 twisted
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list