diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-02 16:32:13 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-09-02 16:32:13 +0000 |
commit | adccbd3d5cc6eea09b7b1d781daf699730e4fbb8 (patch) | |
tree | d923e6965b2270285fbdf08c43e6ef3013c6c8d5 | |
parent | net/ntpsec: Update 1_1_9 -> 1_1_9-57-ge91d6e5c2 (diff) |
textproc/py-towncrier: Add USE_PYTHON=concurrent because it installs executables into bin/
Notes
Notes:
svn path=/head/; revision=547367
-rw-r--r-- | textproc/py-towncrier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/py-towncrier/Makefile b/textproc/py-towncrier/Makefile index fe31c3e69e2e..3b776d69c475 100644 --- a/textproc/py-towncrier/Makefile +++ b/textproc/py-towncrier/Makefile @@ -2,6 +2,7 @@ PORTNAME= towncrier PORTVERSION= 19.2.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,6 +23,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}toml>=0:textproc/py-toml@${PY_FLAVOR} USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= distutils concurrent autoplist .include <bsd.port.mk> |