aboutsummaryrefslogtreecommitdiffstats
path: root/science/py-pymatgen
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2018-06-19 08:10:16 +0800
committeryuri <yuri@FreeBSD.org>2018-06-19 08:10:16 +0800
commit7db722449ae8ab93e90455ff9f315112599e191d (patch)
tree445a35d8a00d53d325c1f3c66255edc91a2ad2b1 /science/py-pymatgen
parentd816f30e9d0eb2c720360ac0d3ee5f04f52efe94 (diff)
downloadfreebsd-ports-gnome-7db722449ae8ab93e90455ff9f315112599e191d.tar.gz
freebsd-ports-gnome-7db722449ae8ab93e90455ff9f315112599e191d.tar.zst
freebsd-ports-gnome-7db722449ae8ab93e90455ff9f315112599e191d.zip
science/py-pymatgen: Add USE_PYTHON=concurrent
Diffstat (limited to 'science/py-pymatgen')
-rw-r--r--science/py-pymatgen/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-pymatgen/Makefile b/science/py-pymatgen/Makefile
index 3ee2b2cf0528..38efdacfb7ef 100644
--- a/science/py-pymatgen/Makefile
+++ b/science/py-pymatgen/Makefile
@@ -2,6 +2,7 @@
PORTNAME= pymatgen
DISTVERSION= 2018.6.11
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -28,6 +29,6 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${FLAVOR}
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= distutils concurrent autoplist
.include <bsd.port.mk>