diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-12-08 23:51:37 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-12-08 23:51:37 +0000 |
commit | 34741368628eadb86e99c03d42b01a71b54d4529 (patch) | |
tree | 74cb8b3eeca374f42e922792e4d467f78dae7e4e /www/apache2 | |
parent | 4b4c1f4db78e9580e08f10d0e65213a1d0418823 (diff) | |
download | pkgsrc-34741368628eadb86e99c03d42b01a71b54d4529.tar.gz |
This package cannot co-exist with apache22, update CONFLICTS
properly.
Bump PKGREVISION.
Diffstat (limited to 'www/apache2')
-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 |