pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/png Fix path to pkgconfig file in PKGCONFIG_O...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb855336b434
branches:  trunk
changeset: 477827:eb855336b434
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 10 01:11:18 2004 +0000

description:
Fix path to pkgconfig file in PKGCONFIG_OVERRIDE.
Bump PKGREVISION, since now the pkgconfig file contains the right rpath.

diffstat:

 graphics/png/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 320961836fe5 -r eb855336b434 graphics/png/Makefile
--- a/graphics/png/Makefile     Fri Jul 09 23:24:07 2004 +0000
+++ b/graphics/png/Makefile     Sat Jul 10 01:11:18 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.61 2004/05/10 01:15:14 fredb Exp $
+# $NetBSD: Makefile,v 1.62 2004/07/10 01:11:18 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=   5
+PKGREVISION=   6
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
                http://www.libpng.org/pub/png/src/ \
@@ -35,7 +35,7 @@
 
 INSTALLATION_DIRS=     include lib/pkgconfig man/man3 man/man5
 
-PKGCONFIG_OVERRIDE=    scripts/libpng12.pc.in
+PKGCONFIG_OVERRIDE=    scripts/libpng.pc.in
 
 SUBST_CLASSES=         pc
 SUBST_STAGE.pc=                post-patch



Home | Main Index | Thread Index | Old Index