svn commit: r389047 - head/news/py-twistedNews

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 10 16:45:38 UTC 2015


Author: sunpoet
Date: Wed Jun 10 16:45:37 2015
New Revision: 389047
URL: https://svnweb.freebsd.org/changeset/ports/389047

Log:
  - Add NO_ARCH
  - Sort USE_PYTHON

Modified:
  head/news/py-twistedNews/Makefile

Modified: head/news/py-twistedNews/Makefile
==============================================================================
--- head/news/py-twistedNews/Makefile	Wed Jun 10 16:45:33 2015	(r389046)
+++ head/news/py-twistedNews/Makefile	Wed Jun 10 16:45:37 2015	(r389047)
@@ -14,7 +14,8 @@ COMMENT=	NNTP protocol implementation wi
 
 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-head mailing list