svn commit: r407861 - head/devel/py-mox

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 2 22:44:57 UTC 2016


Author: sunpoet
Date: Tue Feb  2 22:44:55 2016
New Revision: 407861
URL: https://svnweb.freebsd.org/changeset/ports/407861

Log:
  - Allow concurrent installation (USE_PYTHON=concurrent)

Modified:
  head/devel/py-mox/Makefile

Modified: head/devel/py-mox/Makefile
==============================================================================
--- head/devel/py-mox/Makefile	Tue Feb  2 22:44:51 2016	(r407860)
+++ head/devel/py-mox/Makefile	Tue Feb  2 22:44:55 2016	(r407861)
@@ -15,7 +15,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
+USE_PYTHON=	autoplist concurrent distutils
 USES=		python
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list