diff options
author | xtraeme <xtraeme> | 2006-12-08 23:51:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2006-12-08 23:51:37 +0000 |
commit | 23307fc69acc348085956a12513144db4c6bc84b (patch) | |
tree | 74cb8b3eeca374f42e922792e4d467f78dae7e4e /www | |
parent | a598bd1296bff5006dcc4fa17ca2e851c3180166 (diff) | |
download | pkgsrc-23307fc69acc348085956a12513144db4c6bc84b.tar.gz |
This package cannot co-exist with apache22, update CONFLICTS
properly.
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/apache2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/apache2/Makefile b/www/apache2/Makefile index afcb6b1b298..cd18c4dcee1 100644 --- a/www/apache2/Makefile +++ b/www/apache2/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.106 2006/11/05 17:52:38 adrianp Exp $ +# $NetBSD: Makefile,v 1.107 2006/12/08 23:51:37 xtraeme Exp $ .include "Makefile.common" PKGNAME= apache-${APACHE_VERSION} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= www HOMEPAGE= http://httpd.apache.org/ COMMENT= Apache HTTP (Web) server, version 2 -CONFLICTS= apache-*ssl-[0-9]* apache-[0-9]* apache6-[0-9]* +CONFLICTS= apache-*ssl-[0-9]* apache>=2.2 apache6-[0-9]* BUILD_DEFS+= USE_INET6 BUILD_DEFS+= VARBASE |