diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-04-12 14:58:09 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-04-12 14:58:09 +0000 |
commit | 7d052dc00de83c1221e2611166d20ae59101c096 (patch) | |
tree | 4e24cab7b730ccf654a046e8bb3a2344655ad470 /mail/cyrus-imapd | |
parent | 5aca65f2959086d6bb95eda37f7e41ef04a9bed4 (diff) | |
download | pkgsrc-7d052dc00de83c1221e2611166d20ae59101c096.tar.gz |
cyrus-imap depends on cyrus-sasl, which, if USE_KERBEROS is defined,
depends on kth-krb4, which used to conflict with ... cyrus-imap.
kth-krb4 now no longer installs man/man5/krb.equiv.5 and the conflict
is resolved.
Diffstat (limited to 'mail/cyrus-imapd')
-rw-r--r-- | mail/cyrus-imapd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/cyrus-imapd/Makefile b/mail/cyrus-imapd/Makefile index 1c61728f029..8cc3ec59654 100644 --- a/mail/cyrus-imapd/Makefile +++ b/mail/cyrus-imapd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/04/12 14:05:40 wennmach Exp $ +# $NetBSD: Makefile,v 1.12 2001/04/12 14:58:09 wennmach Exp $ DISTNAME= cyrus-imapd-1.6.24 PKGNAME= ${DISTNAME}nb1 @@ -10,10 +10,6 @@ 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 |