summaryrefslogtreecommitdiff
path: root/ham/gnuradio-utils
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-03-28 00:11:28 +0000
committertnn <tnn@pkgsrc.org>2022-03-28 00:11:28 +0000
commit4745dde21ed1b19d32bf5efc889413d0d2a157d4 (patch)
treebc2c30a6d438b62413f2a88089f3688c67134f27 /ham/gnuradio-utils
parent017695afc18ab5a5640b0387ba71d97f7fabef74 (diff)
downloadpkgsrc-4745dde21ed1b19d32bf5efc889413d0d2a157d4.tar.gz
gnuradio-utils: does not depend on SDL. Was added by mistake.
Diffstat (limited to 'ham/gnuradio-utils')
-rw-r--r--ham/gnuradio-utils/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-utils/Makefile b/ham/gnuradio-utils/Makefile
index dc0afcd9565..b9b6698baa8 100644
--- a/ham/gnuradio-utils/Makefile
+++ b/ham/gnuradio-utils/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.38 2022/01/31 09:48:35 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2022/03/28 00:11:28 tnn Exp $
PKGNAME= gnuradio-utils-${VERSION}
+PKGREVISION= 1
COMMENT= Utilities in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
@@ -21,6 +22,5 @@ CMAKE_ARGS+= -DENABLE_GR_BLOCKTOOL=ON
CMAKE_ARGS+= -DENABLE_GR_MODTOOL=ON
CMAKE_ARGS+= -DENABLE_GR_UTILS=ON
-.include "../../devel/SDL/buildlink3.mk"
.include "../../lang/python/versioned_dependencies.mk"
.include "../../mk/bsd.pkg.mk"