Up to [cvs.NetBSD.org] / pkgsrc / security / gsasl
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: pkgsrc-2005Q3
Revision 1.14 / (download) - annotate - [select for diffs], Wed Aug 10 20:56:23 2005 UTC (17 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base,
pkgsrc-2005Q4,
pkgsrc-2005Q3-base,
pkgsrc-2005Q3
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (unified)
Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.