svn commit: r389042 - head/devel/py-twistedRunner

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


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

Log:
  - Sort USE_PYTHON

Modified:
  head/devel/py-twistedRunner/Makefile

Modified: head/devel/py-twistedRunner/Makefile
==============================================================================
--- head/devel/py-twistedRunner/Makefile	Wed Jun 10 16:45:12 2015	(r389041)
+++ head/devel/py-twistedRunner/Makefile	Wed Jun 10 16:45:17 2015	(r389042)
@@ -14,7 +14,7 @@ COMMENT=	Runner has process management, 
 
 LICENSE=	MIT
 
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist distutils
 USES=		python:2 tar:bzip2 twisted
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list