git: e175a8c1d975 - main - devel/thonny: Add missing @${PY_FLAVOR}
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 16:05:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e175a8c1d975f3686e5997aede68fd515367283c commit e175a8c1d975f3686e5997aede68fd515367283c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:29:35 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:50:14 +0000 devel/thonny: Add missing @${PY_FLAVOR} Approved by: portmgr (blanket) With hat: python --- devel/thonny/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} \