diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-21 06:40:33 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-03-21 06:40:33 +0000 |
commit | 5c51ee2bd41287cbdb0b30346d9d880faae0de55 (patch) | |
tree | 9a5377f03c2f4299ebaaaab80eac480ed6e4c061 /comms/gr-osmosdr | |
parent | e23f47a56c973c2a1ed4911e19e983c989685a27 (diff) |
Notes
Diffstat (limited to 'comms/gr-osmosdr')
-rw-r--r-- | comms/gr-osmosdr/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/gr-osmosdr/Makefile b/comms/gr-osmosdr/Makefile index b5ab37ab1fdf..5e4e2c1497ce 100644 --- a/comms/gr-osmosdr/Makefile +++ b/comms/gr-osmosdr/Makefile @@ -13,6 +13,8 @@ COMMENT= GNU Radio OsmoSDR module LICENSE= GPLv3 +BROKEN= fails to configure + BUILD_DEPENDS= swig3.0:devel/swig30 \ cheetah:devel/py-cheetah LIB_DEPENDS= libgnuradio-runtime.so:comms/gnuradio \ |