diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-01-10 18:48:18 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-01-10 18:48:18 +0000 |
commit | c67b1225c72afacc3d15176cb0d2e448db59faaf (patch) | |
tree | 04fa558d9038a2135a56aba19c1f9cb479676871 /mail/postfix | |
parent | 7fe45866d3097e5ea5c44eb56aabb9a24e6cca11 (diff) | |
download | ports-c67b1225c72afacc3d15176cb0d2e448db59faaf.tar.gz ports-c67b1225c72afacc3d15176cb0d2e448db59faaf.zip |
Notes
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |