svn commit: r389050 - head/www/py-twistedWeb

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


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

Log:
  - Add NO_ARCH
  - Sort USE_PYTHON

Modified:
  head/www/py-twistedWeb/Makefile

Modified: head/www/py-twistedWeb/Makefile
==============================================================================
--- head/www/py-twistedWeb/Makefile	Wed Jun 10 16:45:45 2015	(r389049)
+++ head/www/py-twistedWeb/Makefile	Wed Jun 10 16:45:49 2015	(r389050)
@@ -14,7 +14,8 @@ COMMENT=	HTTP protocol implementation to
 
 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