diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-30 19:45:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-30 19:45:13 +0000 |
commit | 82be58384a4eec51ca63c0613d85a033155f8c00 (patch) | |
tree | 4c0265d14dbfcf6aac650982d7ca1256c45f466f /www | |
parent | 2e1dfda39b1a9cf2da6596a510c0126cffd7a7ef (diff) | |
download | pkgsrc-82be58384a4eec51ca63c0613d85a033155f8c00.tar.gz |
Disable Apache 2.2 support until the APR detection and linkage is fixed.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-xslt2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-xslt2/Makefile b/www/ap2-xslt2/Makefile index 0d63eb8c04a..82e8ee0a7da 100644 --- a/www/ap2-xslt2/Makefile +++ b/www/ap2-xslt2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/06/30 16:09:09 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/06/30 19:45:13 joerg Exp $ # DISTNAME= modxslt-${DIST_VER} @@ -17,7 +17,7 @@ USE_TOOLS+= gmake APACHE_MODULE= yes DIST_VER= 2004112100 -PKG_APACHE_ACCEPTED= apache2 apache22 +PKG_APACHE_ACCEPTED= apache2 CONFIGURE_ARGS+= --enable-fallback-wraparound CONFIGURE_ARGS+= --enable-libxslt-hack |