summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2019-06-18 05:54:02 +0000
committerwiz <wiz@pkgsrc.org>2019-06-18 05:54:02 +0000
commit8c7646a63090354e595a7b0e6b828fbf1d178c99 (patch)
treedd3635b9842518c0b1f7f730e998150cc4406bc5 /misc
parent766acbbf55365125f0f1a29ecfb8c3c04b46278e (diff)
downloadpkgsrc-8c7646a63090354e595a7b0e6b828fbf1d178c99.tar.gz
mnemosyne: comment out troublesome py-matplotlib dependency.
This is already marked BROKEN.
Diffstat (limited to 'misc')
-rw-r--r--misc/mnemosyne/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/mnemosyne/Makefile b/misc/mnemosyne/Makefile
index 325e9491c3b..fcd890187c3 100644
--- a/misc/mnemosyne/Makefile
+++ b/misc/mnemosyne/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2019/06/17 20:41:04 adam Exp $
+# $NetBSD: Makefile,v 1.40 2019/06/18 05:54:02 wiz Exp $
DISTNAME= Mnemosyne-2.3.1
PKGNAME= ${DISTNAME:S/M/m/}
@@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2
BROKEN= MatPlotLib requires Python 3.x and newer Mnemosyne requires qt5-qtwebengine.
-DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
+#DEPENDS+= ${PYPKGPREFIX}-matplotlib-[0-9]*:../../graphics/py-matplotlib
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
DEPENDS+= ${PYPKGPREFIX}-sip-[0-9]*:../../x11/py-sip
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six