git: 171d6e26b899 - main - devel/py-watchdog: Fix pkg name prefixes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Feb 2024 10:01:05 UTC
The branch main has been updated by nivit: URL: https://cgit.FreeBSD.org/ports/commit/?id=171d6e26b899d5ae9be365cd1141179a13678103 commit 171d6e26b899d5ae9be365cd1141179a13678103 Author: Juraj Lutter <otis@FreeBSD:org> AuthorDate: 2024-02-10 09:58:05 +0000 Commit: Nicola Vitale <nivit@FreeBSD.org> CommitDate: 2024-02-10 09:58:05 +0000 devel/py-watchdog: Fix pkg name prefixes Differential Revision: https://reviews.freebsd.org/D43790 --- devel/py-watchdog/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/py-watchdog/Makefile b/devel/py-watchdog/Makefile index 7a84cd4d1226..15c6a4e70c4d 100644 --- a/devel/py-watchdog/Makefile +++ b/devel/py-watchdog/Makefile @@ -10,8 +10,8 @@ WWW= https://github.com/gorakhargosh/watchdog LICENSE= APACHE20 -BUILD_DEPENDS= ${PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \ - ${PKGNAMEPREFIX}wheel>=0.42.0:devel/py-wheel@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=63.1.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.42.0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libinotify.so:devel/libinotify RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}yaml>=3.10:devel/py-yaml@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}eventlet>0:net/py-eventlet@${PY_FLAVOR} \