diff options
author | dholland <dholland> | 2011-11-14 22:26:31 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-11-14 22:26:31 +0000 |
commit | 7b61af9e9c1566853da58fa7bcaa852ff2e3abfe (patch) | |
tree | e7ad1180df3cfc27669b23475030c2028fa81416 /www | |
parent | 4316fc23240966def21fe027d56c463edc323a05 (diff) | |
download | pkgsrc-7b61af9e9c1566853da58fa7bcaa852ff2e3abfe.tar.gz |
Take apache22 out of PKG_APACHE_ACCEPTED, because this conflicts with
apache22 >= 2.2.10, and we're now on 2.2.21.
Ideally this would instead accept apache22 older than 2.2.10, but
given how old (and insecure) that is there's not much point. I guess
if anyone really really wants to do that they can revert this change
locally... but I can't say I recommend it.
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-chroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap2-chroot/Makefile b/www/ap2-chroot/Makefile index 95948a084bd..40fa13d67d5 100644 --- a/www/ap2-chroot/Makefile +++ b/www/ap2-chroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2011/02/04 11:40:12 obache Exp $ +# $NetBSD: Makefile,v 1.11 2011/11/14 22:26:31 dholland Exp $ DISTNAME= mod_chroot-0.5 PKGNAME= ${DISTNAME:S/mod_/${APACHE_PKG_PREFIX}-/} @@ -19,7 +19,7 @@ APACHE_MODULE= yes APACHE_MODULE_NAME= mod_chroot.la NO_CONFIGURE= yes -PKG_APACHE_ACCEPTED= apache2 apache22 +PKG_APACHE_ACCEPTED= apache2 INSTALLATION_DIRS+= share/doc/mod_chroot post-install: |