diff options
author | wiz <wiz> | 2013-02-16 11:18:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2013-02-16 11:18:58 +0000 |
commit | 1a3fdb3358a326a6f5fd31658abf9e70aff71024 (patch) | |
tree | d0def9b6a36a2b3df4828dbc84a89a15adffc5c1 /graphics/py-matplotlib/Makefile | |
parent | 853c2c1e235e3f226c8715a7526402092d570daf (diff) | |
download | pkgsrc-1a3fdb3358a326a6f5fd31658abf9e70aff71024.tar.gz |
Recursive bump for png-1.6.
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index b297612ad11..ff49d0cfb89 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2012/12/17 11:51:18 drochner Exp $ +# $NetBSD: Makefile,v 1.35 2013/02/16 11:22:25 wiz Exp $ # DISTNAME= matplotlib-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= https://github.com/downloads/matplotlib/matplotlib/ FETCH_USING= curl |