diff options
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 4a0d7eb72472..e74008d196f5 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -61,7 +61,7 @@ PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite TLS_USE= OPENSSL=yes CDB_DESC= CDB maps lookups diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 368d759ff69b..2ad113113176 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -60,7 +60,7 @@ PGSQL_USES= pgsql SASLKMIT_LIB_DEPENDS= libkrb5.so:${PORTSDIR}/security/krb5 SASL_LIB_DEPENDS= libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 SPF_LIB_DEPENDS= libspf2.so:${PORTSDIR}/mail/libspf2 -SQLITE_USE= SQLITE=yes +SQLITE_USES= sqlite TLS_USE= OPENSSL=yes CDB_DESC= CDB maps lookups |