Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Dec 2017 20:36:26 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r455457 - head/devel/py-rwt
Message-ID:  <201712032036.vB3KaQAN058311@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712032036.vB3KaQAN058311>