diff options
author | wennmach <wennmach> | 2001-04-12 14:05:40 +0000 |
---|---|---|
committer | wennmach <wennmach> | 2001-04-12 14:05:40 +0000 |
commit | af044625cd74b76c25dc7955430cb606c1902c57 (patch) | |
tree | 7bd4ef017544ccaa43363c2581a327b5578e867c /mail | |
parent | 52d655d2f64bd5a738d05ade949533ae6eb91832 (diff) | |
download | pkgsrc-af044625cd74b76c25dc7955430cb606c1902c57.tar.gz |
Add a CONFLICTS entry for kth-krb4.
This was reported in PR 12505 and noted by pkgconflict.
The conflict is only on one file, man/man5/krb.equiv.5, and should be resolved.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index c2a7d936989..1c61728f029 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/03/12 10:26:21 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/04/12 14:05:40 wennmach Exp $ DISTNAME= cyrus-imapd-1.6.24 PKGNAME= ${DISTNAME}nb1 @@ -10,6 +10,10 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://asg.web.cmu.edu/cyrus/imapd/ COMMENT= IMAP server +# The conflict with kth-krb4-* is only on one file, man/man5/krb.equiv.5 and +# should be resolved. +CONFLICTS= kth-krb4-* + DEPENDS+= tcl>=8.3.2:../../lang/tcl DEPENDS+= cyrus-sasl>=1.5.24nb2:../../security/cyrus-sasl |