git: 4e6d5662a215 - main - sysutils/ansible: Add missing PY_FLAVOR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Oct 2023 13:34:10 UTC
The branch main has been updated by cy:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4e6d5662a21589d6406683aaffb1f28e7b9283e3
commit 4e6d5662a21589d6406683aaffb1f28e7b9283e3
Author: Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-10-12 13:31:29 +0000
Commit: Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-10-12 13:31:29 +0000
sysutils/ansible: Add missing PY_FLAVOR
Fix build by adding missing PY_FLAVOR.
Repored by: "John W. O'Brien" <john@saltant.com>
Fixes: 2211c50a41e9
---
sysutils/ansible/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sysutils/ansible/Makefile b/sysutils/ansible/Makefile
index 44709e463257..eb7aab88d170 100644
--- a/sysutils/ansible/Makefile
+++ b/sysutils/ansible/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansible-core>0:sysutils/py-ansible-core@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources
+ ${PYTHON_PKGNAMEPREFIX}importlib-resources>0:devel/py-importlib-resources@${PY_FLAVOR}
USES= ansible:env cpe python:3.9+ shebangfix
CPE_VENDOR= redhat