diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-05-23 19:02:24 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2005-05-23 19:02:24 +0000 |
commit | 4806aacbd4016048e00a55fc0894c68717c6a404 (patch) | |
tree | 41930cbdd9dfd8d4ef7fc3185a7bb2e8957c3f98 | |
parent | Fix typo. (diff) |
Stop depending on makedepend. Though configure checks existence
of makedepend, it is not used actually. So, we don't need to
depend on it.
Notes
Notes:
svn path=/head/; revision=135986
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd23/Makefile | 1 | ||||
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 12ca9fd00492..1ea20cd1067d 100644 --- a/mail/cyrus-imapd22/Makefile +++ b/mail/cyrus-imapd22/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* diff --git a/mail/cyrus-imapd23/Makefile b/mail/cyrus-imapd23/Makefile index 12ca9fd00492..1ea20cd1067d 100644 --- a/mail/cyrus-imapd23/Makefile +++ b/mail/cyrus-imapd23/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 12ca9fd00492..1ea20cd1067d 100644 --- a/mail/cyrus-imapd24/Makefile +++ b/mail/cyrus-imapd24/Makefile @@ -17,7 +17,6 @@ MAINTAINER= ume@FreeBSD.org COMMENT= The cyrus mail server, supporting POP3 and IMAP4 protocols LIB_DEPENDS= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 -BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend CONFLICTS= cyrus-1.* cyrus-imapd-2.[^2].* |