aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-03-29 14:01:49 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-03-29 14:01:49 +0000
commit22c31d167011bbf3de67fee9b20845daf7bf7f8e (patch)
treeaf0b5d2bc3fc846d077f504f5eaa70a13e4f421d
parentbc1b579fbe80e4db2df7af54d19f95d2a4880158 (diff)
downloadports-22c31d167011bbf3de67fee9b20845daf7bf7f8e.tar.gz
ports-22c31d167011bbf3de67fee9b20845daf7bf7f8e.zip
math/py-cmyt: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
-rw-r--r--math/py-cmyt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-cmyt/Makefile b/math/py-cmyt/Makefile
index 62be60ee2662..4fbf7e89186c 100644
--- a/math/py-cmyt/Makefile
+++ b/math/py-cmyt/Makefile
@@ -10,7 +10,8 @@ WWW= https://yt-project.org/
LICENSE= BSD3CLAUSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=3.2.0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}more-itertools>=8.4:devel/py-more-itertools@${PY_FLAVOR} \