diff options
author | joerg <joerg@pkgsrc.org> | 2009-11-30 18:52:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-11-30 18:52:33 +0000 |
commit | 7f64f85822e3ede4300d304f90d9074a3b8d1d28 (patch) | |
tree | b2f716a140f1da4a98721e46be171672aeda26bf /www/ap2-xslt2 | |
parent | 99967fe4fd7df47f790e02757c869c3000cfccc3 (diff) | |
download | pkgsrc-7f64f85822e3ede4300d304f90d9074a3b8d1d28.tar.gz |
Do not depend on the *-config unwrap phase to not leak the .buildlink
path.
Diffstat (limited to 'www/ap2-xslt2')
-rw-r--r-- | www/ap2-xslt2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/ap2-xslt2/Makefile b/www/ap2-xslt2/Makefile index fc9cb5d8ffe..5e118428f10 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2008/07/27 18:53:40 joerg Exp $ +# $NetBSD: Makefile,v 1.10 2009/11/30 18:52:33 joerg Exp $ # DISTNAME= modxslt-${DIST_VER} @@ -22,7 +22,10 @@ PKG_APACHE_ACCEPTED= apache2 CONFIGURE_ARGS+= --enable-fallback-wraparound CONFIGURE_ARGS+= --enable-libxslt-hack -CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs +CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs \ + --with-xml2-config=${BUILDLINK_PREFIX.libxml2}/bin/xml2-config \ + --with-apr-config=${BUILDLINK_PREFIX.apr}/bin/apr-config \ + --with-apu-config=${BUILDLINK_PREFIX.apr}/bin/apu-config REPLACE_BASH= utils/modxslt-config.pre.in |