diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 13:31:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 13:31:45 +0000 |
commit | 5ae5b7634c7712275e6690588de6cc8b688e0433 (patch) | |
tree | 5173a2e9f58377ebac9f920a11021432f5f0c0c7 /www/ap2-xslt2 | |
parent | 4d861733671703e337516be1b09fc2809db0e56e (diff) | |
download | pkgsrc-5ae5b7634c7712275e6690588de6cc8b688e0433.tar.gz |
Installs bash script, so depend on it and bump revision.
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 82e8ee0a7da..45eaee199ed 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2007/06/30 19:45:13 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2007/08/30 13:31:45 joerg Exp $ # DISTNAME= modxslt-${DIST_VER} PKGNAME= ${APACHE_PKG_PREFIX}-xslt2-${DIST_VER} +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.mod-xslt2.com/software/archive/${DIST_VER}/ @@ -12,7 +13,7 @@ COMMENT= Apache module able to apply stylesheets to XML data on the fly GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake bash:run APACHE_MODULE= yes DIST_VER= 2004112100 @@ -22,6 +23,8 @@ PKG_APACHE_ACCEPTED= apache2 CONFIGURE_ARGS+= --enable-fallback-wraparound CONFIGURE_ARGS+= --enable-libxslt-hack +REPLACE_BASH= utils/modxslt-config.pre.in + .include "../../devel/pcre/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" |