1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

- Allow concurrent installation (USE_PYTHON=concurrent)

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

View File

@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:${PORTSDIR}/devel/py-click
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USE_PYTHON= autoplist concurrent distutils
USES= python
.include <bsd.port.mk>