diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-10 01:11:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-10 01:11:18 +0000 |
commit | 37ffbf2261ed2cb069d76245fd981a56f5621ddb (patch) | |
tree | b80b2544aaf5571de0b410b66746631384990d67 /graphics | |
parent | ecfe58e824a4cc071945ab5f789bb9ae186621a9 (diff) | |
download | pkgsrc-37ffbf2261ed2cb069d76245fd981a56f5621ddb.tar.gz |
Fix path to pkgconfig file in PKGCONFIG_OVERRIDE.
Bump PKGREVISION, since now the pkgconfig file contains the right rpath.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/png/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 67f2574d288..8011afa694a 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -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 @@ PLIST_SUBST+= LIBPNG_SO_MINOR=${LIBPNG_SO_MINOR} 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 |