aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-towncrier
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-09-02 16:32:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-09-02 16:32:13 +0000
commitadccbd3d5cc6eea09b7b1d781daf699730e4fbb8 (patch)
treed923e6965b2270285fbdf08c43e6ef3013c6c8d5 /textproc/py-towncrier
parent2653700851b7284ee76f1cb301c9ce4a615f94d4 (diff)
downloadports-adccbd3d5cc6eea09b7b1d781daf699730e4fbb8.tar.gz
ports-adccbd3d5cc6eea09b7b1d781daf699730e4fbb8.zip
textproc/py-towncrier: Add USE_PYTHON=concurrent because it installs executables into bin/
Notes
Notes: svn path=/head/; revision=547367
Diffstat (limited to 'textproc/py-towncrier')
-rw-r--r--textproc/py-towncrier/Makefile3
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>