summaryrefslogtreecommitdiff
path: root/textproc/py-pygments
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-07-17 20:16:21 -0400
committerCharlie Li <vishwin@FreeBSD.org>2023-07-17 20:53:09 -0400
commit9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch)
tree0832832e213e743859eba3931e1ecc8d3b1aba54 /textproc/py-pygments
parentsecurity/veracrypt: Fix build on 14.x (diff)
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools port depending on whether USES_PYTHON=distutils is specified. With hat: python PR: 270510, 270358
Diffstat (limited to 'textproc/py-pygments')
-rw-r--r--textproc/py-pygments/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-pygments/Makefile b/textproc/py-pygments/Makefile
index 69a03edfd32b..94bc5e74b1bd 100644
--- a/textproc/py-pygments/Makefile
+++ b/textproc/py-pygments/Makefile
@@ -12,7 +12,7 @@ WWW= https://pygments.org/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>61:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0.40.0:devel/py-wheel@${PY_FLAVOR}
# test: 4035 passed, 3 skipped, 8076 warnings
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wcag-contrast-ratio>=0.9:www/py-wcag-contrast-ratio@${PY_FLAVOR}