aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-05-11 23:17:44 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-06-01 09:51:41 +0000
commita584c3e8b8e961200def02b55ca9dc337a825f22 (patch)
tree56abe86f89b958c3953c52ee6a2cdacbd957791c
parentf213edc1090183da8c0ac60b7add25ef29d0a66d (diff)
downloadports-a584c3e8b8e961200def02b55ca9dc337a825f22.tar.gz
ports-a584c3e8b8e961200def02b55ca9dc337a825f22.zip
devel/py-pylibsrtp: Fix BUILD
(cherry picked from commit 9ca505d59dbaec0e3bc92d4e63478d85baaacd95)
-rw-r--r--devel/py-pylibsrtp/Makefile3
1 files changed, 2 insertions, 1 deletions
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