summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2018-09-25 01:14:38 +0000
committergdt <gdt@pkgsrc.org>2018-09-25 01:14:38 +0000
commit478c554353294ec7c6c64f8358ea28c77ae2a5a0 (patch)
treedbed18577085b3ad934611d89844b1a721ee37c7 /ham
parentc636fbc9d9cc5576274fee0a7b5ce8bff504fca8 (diff)
downloadpkgsrc-478c554353294ec7c6c64f8358ea28c77ae2a5a0.tar.gz
gr-osmosdr: Drop gr-fcdproplus as a dependency
gr-fcdproplus does not build. Drop it, so that gr-osmosdr builds with the rest of the sources. Leave a \todo for when fcdproplus is fixed.
Diffstat (limited to 'ham')
-rw-r--r--ham/gr-osmosdr/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/ham/gr-osmosdr/Makefile b/ham/gr-osmosdr/Makefile
index f307dc803bb..7bd5a5d0746 100644
--- a/ham/gr-osmosdr/Makefile
+++ b/ham/gr-osmosdr/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2018/09/24 12:04:39 gdt Exp $
+# $NetBSD: Makefile,v 1.14 2018/09/25 01:14:38 gdt Exp $
DISTNAME= gr-osmosdr-0.1.4
-PKGREVISION= 9
+PKGREVISION= 10
CATEGORIES= ham
MASTER_SITES+= http://git.osmocom.org/gr-osmosdr/snapshot/
@@ -38,7 +38,9 @@ REPLACE_PYTHON+= apps/osmocom_siggen_base.py
.include "../../ham/rtl-sdr/buildlink3.mk"
.include "../../ham/libmirisdr/buildlink3.mk"
.include "../../ham/osmo-sdr/buildlink3.mk"
-.include "../../ham/gr-fcdproplus/buildlink3.mk"
+# \todo Re-enable gr-fcdproplus when it works, or optionize it.
+# gr-fcdproplus does not build at the moment
+#.include "../../ham/gr-fcdproplus/buildlink3.mk"
.include "../../ham/hackrf/buildlink3.mk"
.include "../../ham/gnuradio-core/buildlink3.mk"