diff options
author | rene <rene@FreeBSD.org> | 2017-08-01 03:17:10 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2017-08-01 03:17:10 +0800 |
commit | 9e912ef653997e916fc7c1a48052a0b843a85b85 (patch) | |
tree | 1ecb95ab891f872617d4c2f01a1176847889df3b /mail | |
parent | f87354a7ae6b983675938ede5aa7fca433d41f2f (diff) | |
download | freebsd-ports-gnome-9e912ef653997e916fc7c1a48052a0b843a85b85.tar.gz freebsd-ports-gnome-9e912ef653997e916fc7c1a48052a0b843a85b85.tar.zst freebsd-ports-gnome-9e912ef653997e916fc7c1a48052a0b843a85b85.zip |
Remove optional dependencies on mail/dovecot.
Change the default for sysutils/froxlor to mail/dovecot2.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dspam/Makefile | 8 |
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' |