diff options
author | Rene Ladan <rene@FreeBSD.org> | 2017-07-31 19:17:10 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2017-07-31 19:17:10 +0000 |
commit | 20f9ef44a2bc886bc2719a512b1f6cfab7591f34 (patch) | |
tree | 1ecb95ab891f872617d4c2f01a1176847889df3b /security/maia | |
parent | e1e6b08154f60e49d15a12d21b55d218e47a549e (diff) | |
download | ports-20f9ef44a2bc886bc2719a512b1f6cfab7591f34.tar.gz ports-20f9ef44a2bc886bc2719a512b1f6cfab7591f34.zip |
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 'security/maia')
-rw-r--r-- | security/maia/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/security/maia/Makefile b/security/maia/Makefile index 694e96f4ce29..d8d0c54784b4 100644 --- a/security/maia/Makefile +++ b/security/maia/Makefile @@ -39,7 +39,7 @@ MAIAQUARANTINE?= /var/maiad/virusmails PEAR_DIR?= ${LOCALBASE}/share/pear PLIST_SUB+= USERS="${USERS}" GROUPS="${GROUPS}" WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" -OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT DOVECOT2 \ +OPTIONS_DEFINE= APACHE LIGHTTPD WEBHOST MYSQL MYSQLSERVER PGSQL PGSQLSERVER DOVECOT2 \ POSTFIX PFA FUZZYOCR CLAMAV SPAMASSASSIN BDB ALTERMIME CRYPT \ IPCOUNTRY DOMAINKEYS SPF DKIM FILE RAR ARJ UNARJ LHA ARC NOMARCH CAB \ RPM ZOO UNZOO LZOP FREEZE P7ZIP TNEF DOCS @@ -53,7 +53,6 @@ MYSQL_DESC= Use MySQL datebase MYSQLSERVER_DESC= Install MySQL Server PGSQL_DESC= Use PgSQL database PGSQLSERVER_DESC= Install PGSQL Server -DOVECOT_DESC= Use Dovecot 1.x IMAP/POP3 DOVECOT2_DESC= Use Dovecot 2.x IMAP/POP3 POSTFIX_DESC= Use Postfix MTA PFA_DESC= Use Postfixadmin @@ -168,14 +167,6 @@ USES:= ${USES:Npgsql} pgsql WANT_PGSQL= server .endif -.if ${PORT_OPTIONS:MDOVECOT} && ${PORT_OPTIONS:MDOVECOT2} -BROKEN= please run 'make config' again and choose only one version of Dovecot (versions 1.x and 2.x cannot coexist) -.endif - -.if ${PORT_OPTIONS:MDOVECOT} -RUN_DEPENDS+= dovecot:mail/dovecot -.endif - .if ${PORT_OPTIONS:MDOVECOT2} RUN_DEPENDS+= dovecot:mail/dovecot2 .endif |