diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-01 20:22:11 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-01-01 20:22:11 +0000 |
commit | 95c09b57dbb875487b6392083872f15b2ddbfc06 (patch) | |
tree | 551406fe8f66f29f7a7d526963e5bbd215b598f7 /comms/cubicsdr | |
parent | bc685acadd0744661c316cdae1ea585a8065d9b7 (diff) |
Notes
Diffstat (limited to 'comms/cubicsdr')
-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 305ce385ee27..1af7bfc03491 100644 --- a/comms/cubicsdr/Makefile +++ b/comms/cubicsdr/Makefile @@ -11,6 +11,8 @@ COMMENT= SDR receiver using liquidsdr LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build + RUN_DEPENDS= ${PYNUMPY} \ ${LOCALBASE}/lib/libEGL.so:graphics/mesa-libs \ ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri |