diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-12-09 00:51:21 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-12-09 00:51:21 +0000 |
commit | cd095bde44584db32232ed17909102a6c5bf4e4b (patch) | |
tree | 9ba57e1dfa5566e7a4d7fc42ad5a1e07d6a6d0f6 /www/apache2 | |
parent | 47a40daf08cd6e0bec8c709fe1ca1a369f11d902 (diff) | |
download | pkgsrc-cd095bde44584db32232ed17909102a6c5bf4e4b.tar.gz |
There's no need for CONFLICT between apache2 and apache22,
cube said so.
Diffstat (limited to 'www/apache2')
-rw-r--r-- | www/apache2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index cd18c4dcee1..29481e6a097 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.107 2006/12/08 23:51:37 xtraeme Exp $ +# $NetBSD: Makefile,v 1.108 2006/12/09 00:51:21 xtraeme Exp $ .include "Makefile.common" @@ -9,7 +9,7 @@ CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ COMMENT= Apache HTTP (Web) server, version 2 -CONFLICTS= apache-*ssl-[0-9]* apache>=2.2 apache6-[0-9]* +CONFLICTS= apache-*ssl-[0-9]* apache6-[0-9]* BUILD_DEFS+= USE_INET6 BUILD_DEFS+= VARBASE |