summaryrefslogtreecommitdiff
path: root/devel/p5-ExtUtils-PkgConfig
diff options
context:
space:
mode:
authorhans <hans>2011-09-14 16:50:47 +0000
committerhans <hans>2011-09-14 16:50:47 +0000
commitc4a2b15f79f3f1edca345126252d1dafad0b0393 (patch)
treee2a40701ac9d6e163da2f525c6992f34a5e23bf1 /devel/p5-ExtUtils-PkgConfig
parent73dd6d1145a321a3ab168daaa3e18a9326705c38 (diff)
downloadpkgsrc-c4a2b15f79f3f1edca345126252d1dafad0b0393.tar.gz
Fix build with pkg-config as a host tool.
Diffstat (limited to 'devel/p5-ExtUtils-PkgConfig')
-rw-r--r--devel/p5-ExtUtils-PkgConfig/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-ExtUtils-PkgConfig/Makefile b/devel/p5-ExtUtils-PkgConfig/Makefile
index 4f3d6af4c76..e1baec6d3e3 100644
--- a/devel/p5-ExtUtils-PkgConfig/Makefile
+++ b/devel/p5-ExtUtils-PkgConfig/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2011/08/12 18:47:30 adam Exp $
+# $NetBSD: Makefile,v 1.19 2011/09/14 16:50:47 hans Exp $
DISTNAME= ExtUtils-PkgConfig-1.12
PKGNAME= p5-${DISTNAME}
@@ -18,7 +18,7 @@ USE_LANGUAGES= # empty
USE_TOOLS+= pkg-config:run
PERL5_PACKLIST= auto/ExtUtils/PkgConfig/.packlist
-TOOLS_CMD.pkg-config= ${PREFIX}/bin/pkg-config
+TOOLS_CMD.pkg-config= ${TOOLS_PATH.pkg-config}
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"