diff options
author | drochner <drochner@pkgsrc.org> | 2006-02-10 11:13:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-02-10 11:13:52 +0000 |
commit | 19943b674e7d37505205e586e6498bd30e4aad32 (patch) | |
tree | 1faf47bec9e77759146b5410eb64660ef9e92170 /graphics/veusz/Makefile | |
parent | 6bf3a8e2f75c83268de100ec8020047550972a99 (diff) | |
download | pkgsrc-19943b674e7d37505205e586e6498bd30e4aad32.tar.gz |
update to 0.9
major changes:
* Contour support (thanks to the code of the matplotlib guys!)
* Undo/redo
* Rubber band axis zooming
Diffstat (limited to 'graphics/veusz/Makefile')
-rw-r--r-- | graphics/veusz/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/veusz/Makefile b/graphics/veusz/Makefile index f10cf3c76d0..0053e5b154c 100644 --- a/graphics/veusz/Makefile +++ b/graphics/veusz/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2006/02/05 23:09:40 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2006/02/10 11:13:52 drochner Exp $ # -DISTNAME= veusz-0.8 -PKGREVISION= 2 +DISTNAME= veusz-0.9 CATEGORIES= graphics MASTER_SITES= http://download.gna.org/veusz/ @@ -16,9 +15,5 @@ PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" .include "../../x11/py-qt3-base/buildlink3.mk" .include "../../x11/py-qt3-modules/buildlink3.mk" -# XXX Please verify whether qt3-tools is really needed at run-time. -# If it is, then remove this comment. If it is not, then remove -# this comment and the line below, and bump PKGREVISION. -BUILDLINK_DEPMETHOD.qt3-tools= full .include "../../math/py-numarray/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |