aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2024-06-24 22:09:23 +0000
committerWen Heping <wen@FreeBSD.org>2024-06-24 22:17:01 +0000
commit30d40aca850f00d7fb12ec6e32ff36963d170ba8 (patch)
tree69edfa5e7b70516f2512bd4649b79193d41f279f
parent514bee4667e4cca1da2a9c3907b469f45889aade (diff)
downloadports-30d40aca850f00d7fb12ec6e32ff36963d170ba8.tar.gz
ports-30d40aca850f00d7fb12ec6e32ff36963d170ba8.zip
science/py-spglib: Fix build with removing setuptools from RUN_D
PR: 270510 Approved by: portmgr@(blanket, fix build)
-rw-r--r--science/py-spglib/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/py-spglib/Makefile b/science/py-spglib/Makefile
index bb6bf1c27a91..bd88002a5b36 100644
--- a/science/py-spglib/Makefile
+++ b/science/py-spglib/Makefile
@@ -14,7 +14,8 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@$
${PYTHON_PKGNAMEPREFIX}scikit-build-core>0:devel/py-scikit-build-core@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyproject-metadata>0:devel/py-pyproject-metadata@${PY_FLAVOR} \
cmake:devel/cmake-core \
- ${PYNUMPY}
+ ${PYNUMPY} \
+ ${PY_SETUPTOOLS}
RUN_DEPENDS= ${PYNUMPY}
USES= python