svn commit: r389046 - head/net-im/py-twistedWords

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


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

Log:
  - Add NO_ARCH
  - Sort USE_PYTHON

Modified:
  head/net-im/py-twistedWords/Makefile

Modified: head/net-im/py-twistedWords/Makefile
==============================================================================
--- head/net-im/py-twistedWords/Makefile	Wed Jun 10 16:45:29 2015	(r389045)
+++ head/net-im/py-twistedWords/Makefile	Wed Jun 10 16:45:33 2015	(r389046)
@@ -14,7 +14,8 @@ COMMENT=	Twisted Words has more chat tha
 
 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