summaryrefslogtreecommitdiff
path: root/mail/dspam/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-07-31 19:17:10 +0000
committerRene Ladan <rene@FreeBSD.org>2017-07-31 19:17:10 +0000
commit20f9ef44a2bc886bc2719a512b1f6cfab7591f34 (patch)
tree1ecb95ab891f872617d4c2f01a1176847889df3b /mail/dspam/Makefile
parentsysutils/cbsd: Update to 11.1.0 (diff)
Remove optional dependencies on mail/dovecot.
Change the default for sysutils/froxlor to mail/dovecot2.
Notes
Notes: svn path=/head/; revision=446993
Diffstat (limited to 'mail/dspam/Makefile')
-rw-r--r--mail/dspam/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile
index d62c4b8bca1a..328c71ed5490 100644
--- a/mail/dspam/Makefile
+++ b/mail/dspam/Makefile
@@ -32,7 +32,7 @@ OPTIONS_MULTI_DB= HASH MYSQL MYSQL_COMPRESS MYSQL_LOCAL \
PGSQL PGSQL_LOCAL SQLITE2 SQLITE3
OPTIONS_RADIO= LDA
-OPTIONS_RADIO_LDA= CYRUS23 CYRUS24 DOVECOT1 \
+OPTIONS_RADIO_LDA= CYRUS23 CYRUS24 \
DOVECOT2 EXIM MAILDROP PROCMAIL SAFECAT SENDMAIL
OPTIONS_DEFAULT= SYSLOG DEBUG DAEMON CLAMAV CLAMAV_LOCAL \
@@ -61,7 +61,6 @@ LARGE_SCALE_DESC= File structure for large scale
DOMAIN_SCALE_DESC= File structure for multiple domains
CYRUS23_DESC= Cyrus's 2.3 deliver as LDA
CYRUS24_DESC= Cyrus's 2.4 deliver as LDA
-DOVECOT1_DESC= Dovecot 1.2 deliver as LDA
DOVECOT2_DESC= Dovecot 2.2 dovecot-lda as LDA
EXIM_DESC= Exim as local delivery agent
MAILDROP_DESC= Maildrop as local delivery agent
@@ -340,11 +339,6 @@ RUN_DEPENDS+= ${LOCALBASE}/cyrus/bin/deliver:mail/cyrus-imapd24
CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/cyrus/bin/deliver'
.endif
-.if ${PORT_OPTIONS:MDOVECOT1}
-RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/deliver:mail/dovecot
-CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/libexec/dovecot/deliver'
-.endif
-
.if ${PORT_OPTIONS:MDOVECOT2}
RUN_DEPENDS+= ${LOCALBASE}/libexec/dovecot/dovecot-lda:mail/dovecot2
CONFIGURE_ARGS+= --with-delivery-agent='${LOCALBASE}/libexec/dovecot/dovecot-lda'