aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-02-05 15:29:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-02-05 15:50:14 +0000
commite175a8c1d975f3686e5997aede68fd515367283c (patch)
tree40c25b98160d4cadf5f74acf215287444d3a086c
parenta613bc6da30d235f15eb13c320496b186051290a (diff)
downloadports-e175a8c1d975f3686e5997aede68fd515367283c.tar.gz
ports-e175a8c1d975f3686e5997aede68fd515367283c.zip
devel/thonny: Add missing @${PY_FLAVOR}
Approved by: portmgr (blanket) With hat: python
-rw-r--r--devel/thonny/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/thonny/Makefile b/devel/thonny/Makefile
index f6b1cdc092d1..fd9b3454a6d7 100644
--- a/devel/thonny/Makefile
+++ b/devel/thonny/Makefile
@@ -11,7 +11,7 @@ WWW= https://thonny.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-RUN_DEPENDS= pylint:devel/pylint \
+RUN_DEPENDS= pylint:devel/pylint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jedi>=0.18.1:devel/py-jedi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}astroid>=1.4.9:devel/py-astroid@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}docutils>=0.16:textproc/py-docutils@${PY_FLAVOR} \