diff options
Diffstat (limited to 'graphics/py-matplotlib-gtk2/Makefile')
-rw-r--r-- | graphics/py-matplotlib-gtk2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/py-matplotlib-gtk2/Makefile b/graphics/py-matplotlib-gtk2/Makefile index cc3769025f7..88b8a373695 100644 --- a/graphics/py-matplotlib-gtk2/Makefile +++ b/graphics/py-matplotlib-gtk2/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.35 2012/10/08 23:01:48 adam Exp $ +# $NetBSD: Makefile,v 1.36 2012/12/17 11:52:42 drochner Exp $ # -DISTNAME= matplotlib-1.1.1 -PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-1.1.1 -PKGREVISION= 4 +DISTNAME= matplotlib-1.2.0 +PKGNAME= ${PYPKGPREFIX}-matplotlib-gtk-1.2.0 CATEGORIES= graphics python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} +MASTER_SITES= https://github.com/downloads/matplotlib/matplotlib/ +FETCH_USING= curl MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://matplotlib.sourceforge.net/ |