git: c52ee3a1106d - main - science/py-kpLib: Fix dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Jul 2022 17:31:00 UTC
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c52ee3a1106dba7dd90afa216c58312b3542245d
commit c52ee3a1106dba7dd90afa216c58312b3542245d
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-07-20 17:30:39 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-07-20 17:30:58 +0000
science/py-kpLib: Fix dependencies
---
science/py-kpLib/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/science/py-kpLib/Makefile b/science/py-kpLib/Makefile
index d3886189c513..043bedf853f8 100644
--- a/science/py-kpLib/Makefile
+++ b/science/py-kpLib/Makefile
@@ -10,9 +10,11 @@ COMMENT= Library for finding optimal Generalized Monkhorst-Pack k-points grid
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= pybind11>0:devel/pybind11
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
+PY_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=7.1.2:devel/py-click@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pymatgen>=2021.3.9:science/py-pymatgen@${PY_FLAVOR}
+BUILD_DEPENDS= pybind11>0:devel/pybind11 \
+ ${PY_DEPENDS}
+RUN_DEPENDS= ${PY_DEPENDS}
USES= compiler:c++17-lang localbase python
USE_LDCONFIG= yes