diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-04-07 14:14:06 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2009-04-07 14:14:06 +0000 |
commit | 279c74056288113dbeada0956d409a47d2cbb981 (patch) | |
tree | 26f2a3d2d1687a1b476f25e357f3a410d61ec32e /mail/cyrus-imapd23 | |
parent | 4715120e88c50b7bc96751cef52de19cc95bfe02 (diff) |
Remove dependency to p5-Pod-Parser and p5-File-Temp.
Notes
Notes:
svn path=/head/; revision=231788
Diffstat (limited to 'mail/cyrus-imapd23')
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index ac999982a60c..6e29005a3b8f 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -7,7 +7,7 @@ PORTNAME= cyrus-imapd PORTVERSION= 2.3.14 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus/ \ http://ftp.andrew.cmu.edu/pub/cyrus/ \ @@ -18,8 +18,6 @@ MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -RUN_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \ - ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp CONFLICTS= cyrus-1.* cyrus-imapd-2.[^3].* |