aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-03-31 05:50:30 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-03-31 05:50:30 +0000
commitfe8848014f17dd6e0458e5ad2d12facde7e1edcf (patch)
tree13f60ebd9fe98a8c390d7d99134f40bb5e2d873a /science
parent2ac6f01968bc24d50d75ed0d619a79a9cb835070 (diff)
downloadports-fe8848014f17dd6e0458e5ad2d12facde7e1edcf.tar.gz
ports-fe8848014f17dd6e0458e5ad2d12facde7e1edcf.zip
science/py-abipy: Unbreak
Add missing dependency.
Notes
Notes: svn path=/head/; revision=529950
Diffstat (limited to 'science')
-rw-r--r--science/py-abipy/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/science/py-abipy/Makefile b/science/py-abipy/Makefile
index 163e67b846ef..eddc75605d02 100644
--- a/science/py-abipy/Makefile
+++ b/science/py-abipy/Makefile
@@ -10,8 +10,6 @@ COMMENT= Library for analyzing the results produced by ABINIT
LICENSE= GPLv2
-BROKEN= missing build depends
-
BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}apscheduler>=2.1.0:devel/py-apscheduler@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}html2text>0:textproc/py-html2text@${PY_FLAVOR} \
@@ -25,6 +23,7 @@ BUILD_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}seaborn>0:math/py-seaborn@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}spglib>0:science/py-spglib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}sympy>0:math/py-sympy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tqdm>0:misc/py-tqdm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR}