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 | f0abb8faafd150bc5f5036f45599307e133b9aea (patch) | |
tree | b80b2544aaf5571de0b410b66746631384990d67 /graphics/png | |
parent | 7754d77a93dd07fcabe56a481151fb5478995859 (diff) | |
download | pkgsrc-f0abb8faafd150bc5f5036f45599307e133b9aea.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/png')
-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 |