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 | 5106bf4ad89824bbd3ccfb2eaed15022858379c6 (patch) | |
tree | b2f716a140f1da4a98721e46be171672aeda26bf /www/ap2-xslt2 | |
parent | e25ed1ea6d9277b36e4394c319b415b88447de63 (diff) | |
download | pkgsrc-5106bf4ad89824bbd3ccfb2eaed15022858379c6.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 |