pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/ham/gnuradio-utils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 18 05:52:30 UTC 2019

Modified Files:
        pkgsrc/ham/gnuradio-utils: Makefile

Log Message:
gnuradio-utils: comment out troublesome py-matplotlib dependency.

This is already marked BROKEN.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/ham/gnuradio-utils/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/ham/gnuradio-utils/Makefile
diff -u pkgsrc/ham/gnuradio-utils/Makefile:1.15 pkgsrc/ham/gnuradio-utils/Makefile:1.16
--- pkgsrc/ham/gnuradio-utils/Makefile:1.15     Mon Jun 17 20:44:41 2019
+++ pkgsrc/ham/gnuradio-utils/Makefile  Tue Jun 18 05:52:30 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2019/06/17 20:44:41 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/06/18 05:52:30 wiz Exp $
 
 PKGNAME=       gnuradio-utils-${VERSION}
 PKGREVISION=   2
@@ -9,7 +9,7 @@ COMMENT=        Utilities in GNU Radio
 
 BROKEN=                MatPlotLib requires Python 3.x.
 
-DEPENDS+=      ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+#DEPENDS+=     ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
 #ONF_FILES+=   ${EGDIR}/modtool.conf   ${PKG_SYSCONFDIR}/modtool.conf
 
 CMAKE_ARGS+=   -DENABLE_DEFAULT=False



Home | Main Index | Thread Index | Old Index