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 | d5079a0de726144c03fdf81d33c7cf307468b526 (patch) | |
tree | a6e7dcb70076b435d0a75c5319fc4380331c6403 /graphics | |
parent | ac9958c5bc283e6046bf8492b9b46d4bfb25cddb (diff) | |
download | pkgsrc-d5079a0de726144c03fdf81d33c7cf307468b526.tar.gz |
Bump PKGREVISION for pkgconfig file addition.
Diffstat (limited to 'graphics')
-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/ \ |