summaryrefslogtreecommitdiff
path: root/ham/gnuradio-utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ham/gnuradio-utils/Makefile')
-rw-r--r--ham/gnuradio-utils/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/ham/gnuradio-utils/Makefile b/ham/gnuradio-utils/Makefile
index b36bfe1de79..0d5e58f4903 100644
--- a/ham/gnuradio-utils/Makefile
+++ b/ham/gnuradio-utils/Makefile
@@ -1,19 +1,16 @@
-# $NetBSD: Makefile,v 1.22 2020/08/18 17:58:04 leot Exp $
+# $NetBSD: Makefile,v 1.23 2020/08/30 21:09:24 tnn Exp $
PKGNAME= gnuradio-utils-${VERSION}
-PKGREVISION= 5
COMMENT= Utilities in GNU Radio
.include "../../ham/gnuradio-core/Makefile.common"
.include "../../ham/gnuradio-core/Nocore.mk"
-#BROKEN= MatPlotLib requires Python 3.x.
+DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+#CONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf
-#DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
-#ONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf
-
-CMAKE_ARGS+= -DENABLE_DEFAULT=False
-CMAKE_ARGS+= -DENABLE_GR_UTILS=True
+CMAKE_ARGS+= -DENABLE_DEFAULT=OFF
+CMAKE_ARGS+= -DENABLE_GR_UTILS=ON
.include "../../devel/SDL/buildlink3.mk"