Tue Jun 18 05:52:30 2019 UTC ()
gnuradio-utils: comment out troublesome py-matplotlib dependency.

This is already marked BROKEN.


(wiz)
diff -r1.15 -r1.16 pkgsrc/ham/gnuradio-utils/Makefile

cvs diff -r1.15 -r1.16 pkgsrc/ham/gnuradio-utils/Makefile (expand / switch to unified diff)

--- pkgsrc/ham/gnuradio-utils/Makefile 2019/06/17 20:44:41 1.15
+++ pkgsrc/ham/gnuradio-utils/Makefile 2019/06/18 05:52:30 1.16
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile,v 1.15 2019/06/17 20:44:41 adam Exp $ 1# $NetBSD: Makefile,v 1.16 2019/06/18 05:52:30 wiz Exp $
2 2
3PKGNAME= gnuradio-utils-${VERSION} 3PKGNAME= gnuradio-utils-${VERSION}
4PKGREVISION= 2 4PKGREVISION= 2
5COMMENT= Utilities in GNU Radio 5COMMENT= Utilities in GNU Radio
6 6
7.include "../../ham/gnuradio-core/Makefile.common" 7.include "../../ham/gnuradio-core/Makefile.common"
8.include "../../ham/gnuradio-core/Nocore.mk" 8.include "../../ham/gnuradio-core/Nocore.mk"
9 9
10BROKEN= MatPlotLib requires Python 3.x. 10BROKEN= MatPlotLib requires Python 3.x.
11 11
12DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib 12#DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
13#ONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf 13#ONF_FILES+= ${EGDIR}/modtool.conf ${PKG_SYSCONFDIR}/modtool.conf
14 14
15CMAKE_ARGS+= -DENABLE_DEFAULT=False 15CMAKE_ARGS+= -DENABLE_DEFAULT=False
16CMAKE_ARGS+= -DENABLE_GR_UTILS=True 16CMAKE_ARGS+= -DENABLE_GR_UTILS=True
17 17
18.include "../../devel/SDL/buildlink3.mk" 18.include "../../devel/SDL/buildlink3.mk"
19 19
20.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"