diff options
author | ume <ume@FreeBSD.org> | 2005-05-23 19:02:24 +0000 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-05-23 19:02:24 +0000 |
commit | 227b8f64e73fa6fdc8564f31f68cfc72d6b26275 (patch) | |
tree | 5496aa62c636028a660dbed007c5e4521defbe06 /mail/cyrus-imapd22 | |
parent | 729c5840e9668a6eaf512762cad635a3c48cbb68 (diff) | |
download | FreeBSD-ports-227b8f64e73fa6fdc8564f31f68cfc72d6b26275.zip FreeBSD-ports-227b8f64e73fa6fdc8564f31f68cfc72d6b26275.tar.gz |
Stop depending on makedepend. Though configure checks existence
of makedepend, it is not used actually. So, we don't need to
depend on it.
Diffstat (limited to 'mail/cyrus-imapd22')
-rw-r--r-- | mail/cyrus-imapd22/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/cyrus-imapd22/Makefile b/mail/cyrus-imapd22/Makefile index 12ca9fd..1ea20cd 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].* |