diff options
author | ume <ume@FreeBSD.org> | 2003-08-30 02:22:38 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2003-08-30 02:22:38 +0800 |
commit | 3d5008d1dd077270e045200e8e3145f3da3fc662 (patch) | |
tree | f3d704ef9ca960c52459888146b32284653e54ac /mail/cyrus | |
parent | 6c326d7baed182601a161e857eed53f23c18080c (diff) | |
download | freebsd-ports-graphics-3d5008d1dd077270e045200e8e3145f3da3fc662.tar.gz freebsd-ports-graphics-3d5008d1dd077270e045200e8e3145f3da3fc662.tar.zst freebsd-ports-graphics-3d5008d1dd077270e045200e8e3145f3da3fc662.zip |
Use CONFLICTS.
PR: ports/56118
Diffstat (limited to 'mail/cyrus')
-rw-r--r-- | mail/cyrus/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 98fc580876a..8dbad529b62 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -16,6 +16,8 @@ DISTNAME= ${PORTNAME}-imapd-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3, KPOP, and IMAP4 protocols +CONFLICTS= cyrus-imapd-* + LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend \ ${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl |