diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-27 16:41:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-27 16:41:34 +0000 |
commit | 3fc5f6b05b940c8ad8020ca4f6638b2197e20d26 (patch) | |
tree | 010d1eb2eea2103f949e0361e1f4116b1121f85a /www/ap2-xslt2 | |
parent | 03ef91cc5485913bf85549051abee688868bd0d1 (diff) | |
download | pkgsrc-3fc5f6b05b940c8ad8020ca4f6638b2197e20d26.tar.gz |
Fix build when ${PREFIX}/sbin is not in PATH.
Diffstat (limited to 'www/ap2-xslt2')
-rw-r--r-- | www/ap2-xslt2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap2-xslt2/Makefile b/www/ap2-xslt2/Makefile index 45eaee199ed..7e31f2cdd0b 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/08/30 13:31:45 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2008/07/27 16:41:34 joerg Exp $ # DISTNAME= modxslt-${DIST_VER} @@ -22,6 +22,7 @@ PKG_APACHE_ACCEPTED= apache2 CONFIGURE_ARGS+= --enable-fallback-wraparound CONFIGURE_ARGS+= --enable-libxslt-hack +CONFIGURE_ARGS+= --with-apxs=${PREFIX}/sbin/apxs REPLACE_BASH= utils/modxslt-config.pre.in |