diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-29 16:47:42 +0000 |
commit | e6353d0b3db307b860585f8ab426823ebe603cb0 (patch) | |
tree | 006d8263c256450d1533fb1effbde963c31ee3c0 /mail/cyrus-imapd23/Makefile | |
parent | 3c027b3dce2f4e990f09b0e5b44f4b086a58f8c8 (diff) | |
download | ports-e6353d0b3db307b860585f8ab426823ebe603cb0.tar.gz ports-e6353d0b3db307b860585f8ab426823ebe603cb0.zip |
Notes
Diffstat (limited to 'mail/cyrus-imapd23/Makefile')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index abda88f32bd5..94927a18cbca 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -19,7 +19,7 @@ LICENSE_FILE= ${WRKSRC}/COPYRIGHT LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 \ pcre.1:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 +BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* |