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/py-linkify-it-py | |
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/py-linkify-it-py')
-rw-r--r-- | textproc/py-linkify-it-py/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-linkify-it-py/Makefile b/textproc/py-linkify-it-py/Makefile index 9f55a348bd8c..aea0d4353138 100644 --- a/textproc/py-linkify-it-py/Makefile +++ b/textproc/py-linkify-it-py/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/tsutsu3/linkify-it-py LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uc-micro-py>=0:textproc/py-uc-micro-py@${PY_FLAVOR} |