diff options
author | Diane Bruce <db@FreeBSD.org> | 2021-12-16 10:50:01 -0500 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2021-12-16 10:50:01 -0500 |
commit | 6a80102dad57635027cc22319c46ad71c51e80fe (patch) | |
tree | eb57a0a2814c236abdeacbd221f2f511609f97c2 | |
parent | comms/freedv: Broken due to Hamlib change (diff) |
comms/cubicsdr: Broken due to Hamlib update
Most recent Hamlib update broke the port.
-rw-r--r-- | comms/cubicsdr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/cubicsdr/Makefile b/comms/cubicsdr/Makefile index 14baa17393c4..3c2e33b1ac2c 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -9,6 +9,8 @@ COMMENT= SDR receiver using liquidsdr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= Needs update due to Hamlib changes + RUN_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri LIB_DEPENDS= libSoapySDR.so:misc/soapysdr \ |