diff options
author | drochner <drochner> | 2010-05-17 16:22:59 +0000 |
---|---|---|
committer | drochner <drochner> | 2010-05-17 16:22:59 +0000 |
commit | eaed733afa66f0e04c690c7eac2529ad0237506d (patch) | |
tree | db03260419181be2e90e0ba99d240c4bb01ec7cd /graphics/py-matplotlib/Makefile | |
parent | b3d614c3e56aba36778504fbebfcaa4ad4187130 (diff) | |
download | pkgsrc-eaed733afa66f0e04c690c7eac2529ad0237506d.tar.gz |
update to 0.99.2.1
changes:
-new frameworks: mplot3d, axes grid, axis spine placement
-bugfixes
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index 36f7de11b3f..c1252a8c635 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2009/09/23 09:54:45 tron Exp $ +# $NetBSD: Makefile,v 1.25 2010/05/17 16:22:59 drochner Exp $ # -DISTNAME= matplotlib-0.98.4 +DISTNAME= matplotlib-0.99.1.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} @@ -15,6 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.2:../../time/py-dateutil PKG_DESTDIR_SUPPORT= user-destdir +WRKSRC= ${WRKDIR}/matplotlib-0.99.1.1 USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config PY_PATCHPLIST= yes |