aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/py-ufonormalizer
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:47:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 06:47:52 +0000
commit84c65df6dbd1ac7a95c5cadceb6342a7b000df37 (patch)
treedf84900c1b02c96fe3d9bd60e2810d246818f3de /x11-fonts/py-ufonormalizer
parent1df82e0cc4d3b6b950dd1c7a82f92252d98ccb79 (diff)
downloadports-84c65df6dbd1ac7a95c5cadceb6342a7b000df37.tar.gz
ports-84c65df6dbd1ac7a95c5cadceb6342a7b000df37.zip
x11-fonts/py-ufonormalizer: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
Diffstat (limited to 'x11-fonts/py-ufonormalizer')
-rw-r--r--x11-fonts/py-ufonormalizer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/py-ufonormalizer/Makefile b/x11-fonts/py-ufonormalizer/Makefile
index 1668dcd8c7cc..965cb6db4cd4 100644
--- a/x11-fonts/py-ufonormalizer/Makefile
+++ b/x11-fonts/py-ufonormalizer/Makefile
@@ -12,7 +12,7 @@ WWW= https://github.com/unified-font-object/ufoNormalizer
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=42:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>=3.4:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}