svn commit: r455457 - head/devel/py-rwt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 3 20:36:30 UTC 2017


Author: sunpoet
Date: Sun Dec  3 20:36:26 2017
New Revision: 455457
URL: https://svnweb.freebsd.org/changeset/ports/455457

Log:
  Sort USE_PYTHON

Modified:
  head/devel/py-rwt/Makefile

Modified: head/devel/py-rwt/Makefile
==============================================================================
--- head/devel/py-rwt/Makefile	Sun Dec  3 20:36:21 2017	(r455456)
+++ head/devel/py-rwt/Makefile	Sun Dec  3 20:36:26 2017	(r455457)
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pip>=0:devel/py-pip@${FLAVOR}
 
 NO_ARCH=	yes
-USE_PYTHON=	concurrent distutils autoplist
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list