aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:15:24 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:17:27 +0000
commit844fb73234999e3dfff6f143b7c79f51fd581b72 (patch)
tree2c312de067f0908805f2d6e5b7020c57f3f0ec6f /print
parent8b32413ab1ad5dbf7daecf7be11096fa4a17fce9 (diff)
downloadports-844fb73234999e3dfff6f143b7c79f51fd581b72.tar.gz
ports-844fb73234999e3dfff6f143b7c79f51fd581b72.zip
print/py-fontparts: Remove PY_SETUPTOOLS
py-setuptools should be used rather than PY_SETUPTOOLS
Diffstat (limited to 'print')
-rw-r--r--print/py-fontparts/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/py-fontparts/Makefile b/print/py-fontparts/Makefile
index e8494096e32f..9dbe7bcb21ae 100644
--- a/print/py-fontparts/Makefile
+++ b/print/py-fontparts/Makefile
@@ -13,7 +13,7 @@ WWW= https://github.com/robotools/fontParts
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-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}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}booleanOperations>=0.9.0:x11-fonts/py-booleanOperations@${PY_FLAVOR} \