diff options
author | yuri <yuri@FreeBSD.org> | 2018-06-27 16:41:01 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-06-27 16:41:01 +0800 |
commit | 5ddb960fb7bbbf457b0c9ebe4009b404a1c0d9f0 (patch) | |
tree | 141c80e3ca90f579abc1a8c1d0366beba411094b /misc | |
parent | 7a0d3eca03d9b9d92d51d8f15c1311fa9ee29399 (diff) | |
download | freebsd-ports-gnome-5ddb960fb7bbbf457b0c9ebe4009b404a1c0d9f0.tar.gz freebsd-ports-gnome-5ddb960fb7bbbf457b0c9ebe4009b404a1c0d9f0.tar.zst freebsd-ports-gnome-5ddb960fb7bbbf457b0c9ebe4009b404a1c0d9f0.zip |
misc/py-SoapySDR: Remove the BROKEN statement
It was unbroken by a recent simplification of the port.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/py-SoapySDR/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/py-SoapySDR/Makefile b/misc/py-SoapySDR/Makefile index 2b156c2be91b..a4df4cbc7418 100644 --- a/misc/py-SoapySDR/Makefile +++ b/misc/py-SoapySDR/Makefile @@ -13,8 +13,6 @@ COMMENT= Vendor and platform neutral SDR support library (python binding) LICENSE= BSL LICENSE_FILE= ${WRKSRC}/../LICENSE_1_0.txt -BROKEN_i386= error: redefinition of 'swig::traits<unsigned int>', pending fix of https://github.com/pothosware/SoapySDR/issues/169 - BUILD_DEPENDS= swig3.0:devel/swig30 LIB_DEPENDS= libSoapySDR.so:misc/soapysdr |