summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2022-10-16 13:58:50 +0000
committermef <mef@pkgsrc.org>2022-10-16 13:58:50 +0000
commitac28bd00b553050c2b7c83bb80987b70bbc61481 (patch)
tree1bdcc0dd0e46314f4f3a5fe5df0f73ff7e9277a3 /ham
parentc016d1ec1a453b56fcb44b15f6fe729ad67c7d32 (diff)
downloadpkgsrc-ac28bd00b553050c2b7c83bb80987b70bbc61481.tar.gz
(ham/gnuradio-core) Add textproc/fmtlib/buildlink3.mk, fix build. PKGREVISION++
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/Makefile3
-rw-r--r--ham/gnuradio-core/Makefile.common3
2 files changed, 4 insertions, 2 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile
index fae13fb9142..daead773fc7 100644
--- a/ham/gnuradio-core/Makefile
+++ b/ham/gnuradio-core/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.100 2022/10/09 07:56:09 adam Exp $
+# $NetBSD: Makefile,v 1.101 2022/10/16 13:58:50 mef Exp $
PKGNAME= gnuradio-core-${VERSION}
+PKGREVISION= 1
COMMENT= Core part of GNU Radio, all others need this
PLIST_MINUS= # empty
diff --git a/ham/gnuradio-core/Makefile.common b/ham/gnuradio-core/Makefile.common
index 56e51bd06eb..b54b6212fa8 100644
--- a/ham/gnuradio-core/Makefile.common
+++ b/ham/gnuradio-core/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.42 2022/10/09 07:56:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.43 2022/10/16 13:58:50 mef Exp $
# This Makefile fragment is included in the package Makefiles for
# GNU Radio distributed packages (they all share common configure and build
# settings).
@@ -158,4 +158,5 @@ BUILDLINK_API_DEPENDS.py-pybind11+= ${PYPKGPREFIX}-pybind11>=2.6.0
.include "../../math/py-numpy/buildlink3.mk"
.include "../../math/volk/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
+.include "../../textproc/fmtlib/buildlink3.mk"
.include "../../x11/gtk3/buildlink3.mk"