diff options
author | itojun <itojun@pkgsrc.org> | 1999-07-23 18:20:04 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-07-23 18:20:04 +0000 |
commit | a0d4f974d3a17d5e3281cc80675d84d7214ca0a3 (patch) | |
tree | dcc31850a46e35fe35da2edea0977e8a5ac33208 /www/apache | |
parent | dffe436c17062ba6d4c24d5933a0ed188d0cc800 (diff) | |
download | pkgsrc-a0d4f974d3a17d5e3281cc80675d84d7214ca0a3.tar.gz |
add CONFLICTS+= apache6-*.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 45001f239b0..93126249e98 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 1999/06/05 20:32:17 tron Exp $ +# $NetBSD: Makefile,v 1.36 1999/07/23 18:20:04 itojun Exp $ # # The fourth number in the PKGNAME version indicates a NetBSD pkg revision # (to indicate changes in the shipped third party patches such as the mod_ssl @@ -21,7 +21,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= cjs@netbsd.org HOMEPAGE= http://www.apache.org/ -CONFLICTS= apache-*modssl-* +CONFLICTS= apache-*modssl-* apache6-* SSL_DISTNAME= mod_ssl-2.2.8-1.3.6 |