svn commit: r516694 - head/devel/py-python-distutils-extra

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 4 16:01:35 UTC 2019


Author: sunpoet
Date: Mon Nov  4 16:01:32 2019
New Revision: 516694
URL: https://svnweb.freebsd.org/changeset/ports/516694

Log:
  Cosmetic change

Modified:
  head/devel/py-python-distutils-extra/Makefile

Modified: head/devel/py-python-distutils-extra/Makefile
==============================================================================
--- head/devel/py-python-distutils-extra/Makefile	Mon Nov  4 16:01:27 2019	(r516693)
+++ head/devel/py-python-distutils-extra/Makefile	Mon Nov  4 16:01:32 2019	(r516694)
@@ -14,8 +14,9 @@ COMMENT=	Add support for i18n, documentation, and icon
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list