diff options
author | drochner <drochner@pkgsrc.org> | 2006-04-06 16:43:39 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-04-06 16:43:39 +0000 |
commit | 2d392c750a6f2212b7f6710cb5354d58d70b2fbb (patch) | |
tree | 3fa129d60934273627a811d76f6e7705ebac62c2 /graphics/py-matplotlib/Makefile | |
parent | 39a303999a7ef491c816477f1f754724699bdb45 (diff) | |
download | pkgsrc-2d392c750a6f2212b7f6710cb5354d58d70b2fbb.tar.gz |
update to 0.87.2
too many feature additions and fixes to list here
pkgsrc changes:
removed all X11 frontend support, leaving just the ability to create
image files
frontends will be added as separate pkgs
Diffstat (limited to 'graphics/py-matplotlib/Makefile')
-rw-r--r-- | graphics/py-matplotlib/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile index 0bc5846ffc3..c5897aa230a 100644 --- a/graphics/py-matplotlib/Makefile +++ b/graphics/py-matplotlib/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:51 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/04/06 16:43:39 drochner Exp $ # -DISTNAME= matplotlib-0.83 +DISTNAME= matplotlib-0.87.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 3 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/} @@ -16,7 +15,9 @@ PY_PATCHPLIST= yes PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" .include "../../math/py-Numeric/buildlink3.mk" -.include "../../x11/py-gtk2/buildlink3.mk" -.include "../../x11/py-Tk/buildlink3.mk" +.include "../../math/py-numarray/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |