aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-fotokilof
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2023-07-18 00:16:21 +0000
committerCharlie Li <vishwin@FreeBSD.org>2023-07-18 00:53:09 +0000
commit9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a (patch)
tree0832832e213e743859eba3931e1ecc8d3b1aba54 /graphics/py-fotokilof
parent45f0113f4c6a3921e14a1a3fb1c201f0b3e68c9d (diff)
downloadports-9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a.tar.gz
ports-9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a.zip
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 'graphics/py-fotokilof')
-rw-r--r--graphics/py-fotokilof/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-fotokilof/Makefile b/graphics/py-fotokilof/Makefile
index b0eb1ec30498..a525d16e476f 100644
--- a/graphics/py-fotokilof/Makefile
+++ b/graphics/py-fotokilof/Makefile
@@ -13,7 +13,7 @@ WWW= https://github.com/TeaM-TL/FotoKilof
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}ttkbootstrap>=1.10.1:devel/py-ttkbootstrap@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0.40.0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=9.5.0:graphics/py-pillow@${PY_FLAVOR} \