- Allow concurrent installation (USE_PYTHON=concurrent)

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-09-02 17:03:51 +00:00
parent 7b02d76da3
commit 2a25282fb5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395880

View file

@ -13,7 +13,7 @@ COMMENT= General parsing module for Python
LICENSE= MIT
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>