summaryrefslogtreecommitdiff
path: root/devel/pkgconfig/Makefile
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2005-04-21 08:22:32 +0000
committerxtraeme <xtraeme@pkgsrc.org>2005-04-21 08:22:32 +0000
commit45cc9c6f2da800ea29fb7a8af55e89587bace6a5 (patch)
tree7c5879494e06a20f76396ef3c29106fa16af3da7 /devel/pkgconfig/Makefile
parenta59b8c23bdcababbee9dc91d95ce73f0d7d84fc6 (diff)
downloadpkgsrc-45cc9c6f2da800ea29fb7a8af55e89587bace6a5.tar.gz
As reported by Matthias Drochner, pkg-config tries to use always
PKG_CONFIG_PC_PATH even when PKG_CONFIG_PATH is defined, this is not good for pkgsrc, apply suggested code by Johnny C. Lam to use PKG_CONFIG_LIBDIR again. Now our pkg-config does the following: * If PKG_CONFIG_LIBDIR is set, use it. * Otherwise PKG_CONFIG_PATH and default directories are used. Bump PKGREVISION and sync the bl3 file again.
Diffstat (limited to 'devel/pkgconfig/Makefile')
-rw-r--r--devel/pkgconfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/pkgconfig/Makefile b/devel/pkgconfig/Makefile
index 310ac19ff78..ad06acce1f0 100644
--- a/devel/pkgconfig/Makefile
+++ b/devel/pkgconfig/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2005/04/18 17:02:50 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2005/04/21 08:22:32 xtraeme Exp $
#
DISTNAME= pkgconfig-0.17.2
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.freedesktop.org/software/pkgconfig/releases/