diff options
author | tnn <tnn@pkgsrc.org> | 2020-08-30 21:52:43 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2020-08-30 21:52:43 +0000 |
commit | 4f200834b1568f7346e876cae7535eed04c41a3e (patch) | |
tree | 07c0f949a5b694ee636825eaf06c9018aa7889b7 /ham/gr-osmosdr | |
parent | 6eb9aa2defaefeed314c86fc551f13c64c6fe64a (diff) | |
download | pkgsrc-4f200834b1568f7346e876cae7535eed04c41a3e.tar.gz |
gr-osmosdr: drop some unused dependencies (osmo-sdr and libmirisdr)
Upstream doesn't build support for these devices by default anymore:
> The actual osmosdr had only a very limited production run many years
> ago and is therefore of little interest to most gr-osmosdr users.
> Mirisdr was experimental at best, because the dongles were never
> widely avaialble outside of Japan and had multiple unconnected antenna
> ports.
Diffstat (limited to 'ham/gr-osmosdr')
-rw-r--r-- | ham/gr-osmosdr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile index c9fb9a4304a..f80b9187f88 100644 --- a/ham/gr-osmosdr/Makefile +++ b/ham/gr-osmosdr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2020/08/30 21:35:53 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2020/08/30 21:52:43 tnn Exp $ DISTNAME= gr-osmosdr-0.2.2 CATEGORIES= ham @@ -40,8 +40,6 @@ REPLACE_PYTHON+= apps/osmocom_siggen_base.py .include "../../lang/python/application.mk" .include "../../ham/rtl-sdr/buildlink3.mk" -.include "../../ham/libmirisdr/buildlink3.mk" -.include "../../ham/osmo-sdr/buildlink3.mk" .include "../../ham/hackrf/buildlink3.mk" .include "../../ham/soapy-sdr/buildlink3.mk" |