git: e355b6687170 - main - mail/meta1: fix order of options
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jun 2023 17:14:26 UTC
The branch main has been updated by dinoex: URL: https://cgit.FreeBSD.org/ports/commit/?id=e355b6687170f281e0084fbe44d221eaf0e51d9e commit e355b6687170f281e0084fbe44d221eaf0e51d9e Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2023-06-08 17:14:03 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2023-06-08 17:14:03 +0000 mail/meta1: fix order of options --- mail/meta1/Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index 58226e95235a..954dd6b2f92c 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -47,24 +47,24 @@ OPTIONS_DEFAULT= PMILTER DKIM SASL2 TLS NO_OPTIONS_SORT=yes OPTIONS_SUB= yes +PMILTER_DESC= Adds policy milter support DKIM_DESC= Enable DKIM signing support MSP_DESC= Enable mail submision program -PMILTER_DESC= Adds policy milter support -SASL2AUTHD_DESC= Enable plaintext authentication via SASL2 SASL2_DESC= Adds SASL2 support +SASL2AUTHD_DESC= Enable plaintext authentication via SASL2 -DKIM_CONFIGURE_ENABLE= DKIM -IPV6_MAKE_ENV= MTA_NETINET6=1 -MSP_CONFIGURE_ENABLE= msp -MSP_CONFLICTS= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* sendmail-* +IPV6_ENV= MTA_NETINET6=1 PMILTER_USES= ssl PMILTER_CONFIGURE_ENABLE= pmilter -SASL2AUTHD_IMPLIES= SASL2 -SASL2AUTHD_RUN_DEPENDS= saslauthd:security/cyrus-sasl2-saslauthd +DKIM_CONFIGURE_ENABLE= DKIM +MSP_CONFLICTS= courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-* sendmail-* +MSP_CONFIGURE_ENABLE= msp SASL2_LIB_DEPENDS= libsasl2.so:security/cyrus-sasl2 +SASL2_CONFIGURE_ENABLE= SASL SASL2_CONFIGURE_ON= --with-sasl-incdir=${LOCALBASE}/include \ --with-sasl-libdir=${LOCALBASE}/lib -SASL2_CONFIGURE_ENABLE= SASL +SASL2AUTHD_IMPLIES= SASL2 +SASL2AUTHD_RUN_DEPENDS= saslauthd:security/cyrus-sasl2-saslauthd TLS_USES= ssl TLS_CONFIGURE_ENABLE= TLS TLS_CPPFLAGS= -I${LOCALBASE}/include