diff options
author | itojun <itojun> | 1999-07-23 18:20:04 +0000 |
---|---|---|
committer | itojun <itojun> | 1999-07-23 18:20:04 +0000 |
commit | cd090e28319dc84cfe96c30005617b0133dd7c0b (patch) | |
tree | dcc31850a46e35fe35da2edea0977e8a5ac33208 /www/ap-ssl/Makefile | |
parent | bc19eb805873412e0d3ff450b5674f17158488c3 (diff) | |
download | pkgsrc-cd090e28319dc84cfe96c30005617b0133dd7c0b.tar.gz |
add CONFLICTS+= apache6-*.
Diffstat (limited to 'www/ap-ssl/Makefile')
-rw-r--r-- | www/ap-ssl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/ap-ssl/Makefile b/www/ap-ssl/Makefile index 50a634666d3..194e5828af5 100644 --- a/www/ap-ssl/Makefile +++ b/www/ap-ssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/30 23:51:39 tv Exp $ +# $NetBSD: Makefile,v 1.9 1999/07/23 18:20:04 itojun Exp $ # DISTNAME= mod_ssl-2.2.8-1.3.6 @@ -14,7 +14,7 @@ DEPENDS= openssl-0.9.2b:../../security/openssl \ # For "apxs": BUILD_DEPENDS= ${LOCALBASE}/bin/perl:../../lang/perl5 -CONFLICTS= apache-1.3.[012] apache-*modssl-* +CONFLICTS= apache-1.3.[012] apache-*modssl-* apache6-* .include "../../mk/bsd.prefs.mk" |