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 | 8f77d0192dae5dbcd81ff4999c544feb5decdd17 (patch) | |
tree | 4c0265d14dbfcf6aac650982d7ca1256c45f466f /www | |
parent | 323bc6a6f8e801896bcb60f329dc8718cc574f49 (diff) | |
download | pkgsrc-8f77d0192dae5dbcd81ff4999c544feb5decdd17.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 |