- Allow concurrent installation (USE_PYTHON=concurrent)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2016-02-02 22:44:55 +00:00
parent 3bfed75126
commit aeaa2c34b8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407861

View file

@ -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>