svn commit: r395877 - head/devel/py-distutils-extra

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Sep 2 17:03:39 UTC 2015


Author: sunpoet
Date: Wed Sep  2 17:03:37 2015
New Revision: 395877
URL: https://svnweb.freebsd.org/changeset/ports/395877

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)
  - Add NO_ARCH

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

Modified: head/devel/py-distutils-extra/Makefile
==============================================================================
--- head/devel/py-distutils-extra/Makefile	Wed Sep  2 17:03:33 2015	(r395876)
+++ head/devel/py-distutils-extra/Makefile	Wed Sep  2 17:03:37 2015	(r395877)
@@ -14,7 +14,8 @@ COMMENT=	Add support for i18n, documenta
 
 LICENSE=	GPLv2
 
-USE_PYTHON=	autoplist distutils
+NO_ARCH=	yes
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list