diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-29 17:11:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-29 17:11:46 +0000 |
commit | 5974879340473be4e1f27343b00c9b44c5c8a10a (patch) | |
tree | a6e7dcb70076b435d0a75c5319fc4380331c6403 /graphics/png | |
parent | 0785e592d13d40c9d3479d812f16343c77dcd68d (diff) | |
download | pkgsrc-5974879340473be4e1f27343b00c9b44c5c8a10a.tar.gz |
Bump PKGREVISION for pkgconfig file addition.
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index ab8af99f8bf..1919e67ba35 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.57 2004/03/29 16:02:08 ben Exp $ +# $NetBSD: Makefile,v 1.58 2004/03/29 17:11:46 wiz Exp $ # On update, don't forget to increase shared library major/minor's in # accordance with changes (patch-aa). DISTNAME= libpng-1.2.5 PKGNAME= ${DISTNAME:S/lib//} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/} \ http://www.libpng.org/pub/png/src/ \ |