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 | |
parent | Upgrade textproc/elasticsearch-plugin-sql to version 1.4.8. (diff) |
- s/SQLITE_USE/SQLITE_USES/
Notes
Notes:
svn path=/head/; revision=405738
-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 |