diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-06 21:57:02 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2020-03-06 21:57:02 +0000 |
commit | 6b136c71bece80c7e66860441f4cd617b1f7bd4a (patch) | |
tree | 27e4550e9743676f9ffd25937d30fe0de7465f1e | |
parent | 8abd31b75646ac77c4e61eba366f061927f632a9 (diff) | |
download | freebsd-ports-6b136c71bece80c7e66860441f4cd617b1f7bd4a.zip |
Set USE_PYTHON=concurrent as port has console_scripts
Reported by: koobs
-rw-r--r-- | devel/py-minidump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-minidump/Makefile b/devel/py-minidump/Makefile index 4521131025d1..e0e3b7ed9806 100644 --- a/devel/py-minidump/Makefile +++ b/devel/py-minidump/Makefile @@ -2,6 +2,7 @@ PORTNAME= minidump DISTVERSION= 0.0.12 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Python library to parse windows minidump file format LICENSE= MIT USES= python:3.6+ -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes |