diff options
author | hans <hans@pkgsrc.org> | 2011-09-14 16:50:47 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-09-14 16:50:47 +0000 |
commit | 3c133acafc11cb3c19b2e892bbd479b49fc650bf (patch) | |
tree | e2a40701ac9d6e163da2f525c6992f34a5e23bf1 | |
parent | 7b83b9af092680127cef4f45520a80d8eaee3b94 (diff) | |
download | pkgsrc-3c133acafc11cb3c19b2e892bbd479b49fc650bf.tar.gz |
Fix build with pkg-config as a host tool.
-rw-r--r-- | devel/p5-ExtUtils-PkgConfig/Makefile | 4 |
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" |