diff options
author | ume <ume@FreeBSD.org> | 2005-05-24 03:02:24 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2005-05-24 03:02:24 +0800 |
commit | 227b8f64e73fa6fdc8564f31f68cfc72d6b26275 (patch) | |
tree | 5496aa62c636028a660dbed007c5e4521defbe06 /mail/cyrus-imapd24 | |
parent | 729c5840e9668a6eaf512762cad635a3c48cbb68 (diff) | |
download | freebsd-ports-graphics-227b8f64e73fa6fdc8564f31f68cfc72d6b26275.tar.gz freebsd-ports-graphics-227b8f64e73fa6fdc8564f31f68cfc72d6b26275.tar.zst freebsd-ports-graphics-227b8f64e73fa6fdc8564f31f68cfc72d6b26275.zip |
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-imapd24')
-rw-r--r-- | mail/cyrus-imapd24/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/cyrus-imapd24/Makefile b/mail/cyrus-imapd24/Makefile index 12ca9fd0049..1ea20cd1067 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].* |