diff options
author | Charlie Li <vishwin@FreeBSD.org> | 2023-07-17 20:16:21 -0400 |
---|---|---|
committer | Charlie Li <vishwin@FreeBSD.org> | 2023-07-17 20:53:09 -0400 |
commit | 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch) | |
tree | 0832832e213e743859eba3931e1ecc8d3b1aba54 /textproc/xml2rfc | |
parent | security/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/xml2rfc')
-rw-r--r-- | textproc/xml2rfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xml2rfc/Makefile b/textproc/xml2rfc/Makefile index ce37128f1c57..76296cdc341d 100644 --- a/textproc/xml2rfc/Makefile +++ b/textproc/xml2rfc/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=4.9.0:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configargparse>=1.2.3:devel/py-configargparse@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1.2:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}yaml>=5.3.1:devel/py-yaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=24.2.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=2.1.1:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wcwidth>=0.2.5:devel/py-wcwidth@${PY_FLAVOR} |