summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2014-02-06 01:53:16 +0000
committerobache <obache@pkgsrc.org>2014-02-06 01:53:16 +0000
commit86bbebfe29ae7bb2a44d0c754939e47ffcca3c02 (patch)
tree7af726e54ae141a1c5dfc9531bde0644f41ea3c3 /graphics/py-matplotlib/Makefile
parent00988a448b2f8241a9b45dcce8ec428cebdcba2e (diff)
downloadpkgsrc-86bbebfe29ae7bb2a44d0c754939e47ffcca3c02.tar.gz
Add missning dependency on py-pyparsing.
Noticed by Kamel Derouiche via PR 48577. Bump PKGREVISION.
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r--graphics/py-matplotlib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
index bd12485cbe7..4c5f180f497 100644
--- a/graphics/py-matplotlib/Makefile
+++ b/graphics/py-matplotlib/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2014/01/20 19:53:05 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2014/02/06 01:53:16 obache Exp $
DISTNAME= matplotlib-1.3.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
@@ -10,6 +11,7 @@ HOMEPAGE= http://matplotlib.org/
COMMENT= Matlab-style plotting package for Python
DEPENDS+= ${PYPKGPREFIX}-pytz>=2008b:../../time/py-pytz
+DEPENDS+= ${PYPKGPREFIX}-pyparsing>=1.5.6:../../devel/py-pyparsing
PYTHON_VERSIONED_DEPENDENCIES= dateutil