diff options
author | rh <rh@pkgsrc.org> | 2004-11-15 03:33:22 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2004-11-15 03:33:22 +0000 |
commit | 62537e6b6dd0258428e712832fa05f8e6d68f9ce (patch) | |
tree | 5938e97ea8f3737d64608c1be37b1fbddf03b40a /graphics/glitz/Makefile | |
parent | 895caa451b450814294bfc5341f732cd23cf9940 (diff) | |
download | pkgsrc-62537e6b6dd0258428e712832fa05f8e6d68f9ce.tar.gz |
Update glitz to 0.2.3. Changes are too numerous to list here. They
include a revamped graphics engine and tons of bug fixes. Closes PR
pkg/28107 by Francois Briere, thanks!
Diffstat (limited to 'graphics/glitz/Makefile')
-rw-r--r-- | graphics/glitz/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/glitz/Makefile b/graphics/glitz/Makefile index 524d0f4e92f..94cdb7e9e56 100644 --- a/graphics/glitz/Makefile +++ b/graphics/glitz/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2004/10/03 00:14:51 tv Exp $ +# $NetBSD: Makefile,v 1.5 2004/11/15 03:33:22 rh Exp $ -DISTNAME= glitz-0.1.2 -PKGREVISION= 1 +DISTNAME= glitz-0.2.3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ |