git: a584c3e8b8e9 - 2024Q2 - devel/py-pylibsrtp: Fix BUILD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 01 Jun 2024 09:51:53 UTC
The branch 2024Q2 has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a584c3e8b8e961200def02b55ca9dc337a825f22
commit a584c3e8b8e961200def02b55ca9dc337a825f22
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-05-11 23:17:44 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-06-01 09:51:41 +0000
devel/py-pylibsrtp: Fix BUILD
(cherry picked from commit 9ca505d59dbaec0e3bc92d4e63478d85baaacd95)
---
devel/py-pylibsrtp/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/py-pylibsrtp/Makefile b/devel/py-pylibsrtp/Makefile
index 2ca590cdb8ad..20c77b663847 100644
--- a/devel/py-pylibsrtp/Makefile
+++ b/devel/py-pylibsrtp/Makefile
@@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libsrtp2.so:net/libsrtp2
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PY_SETUPTOOLS} \
+ ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
USES= localbase python