1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

misc/py-SoapySDR: fix build with python 3.12

PR:		285957
This commit is contained in:
Antoine Brodin
2026-01-13 17:39:49 +00:00
parent a0fb555a6b
commit 9964012fd4
+2 -1
View File
@@ -11,7 +11,8 @@ WWW= https://github.com/pothosware/SoapySDR
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/../LICENSE_1_0.txt
BUILD_DEPENDS= swig:devel/swig
BUILD_DEPENDS= swig:devel/swig \
${PY_SETUPTOOLS}
LIB_DEPENDS= libSoapySDR.so:misc/soapysdr
USES= cmake compiler:c++11-lang gettext-runtime python