diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-01-11 02:48:18 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-01-11 02:48:18 +0800 |
commit | b39f66b0ba2c5cab510afec3e9e627d53ef5d884 (patch) | |
tree | 04fa558d9038a2135a56aba19c1f9cb479676871 | |
parent | 320327c1890e77db05a42e63e76c67ac01a747b8 (diff) | |
download | freebsd-ports-gnome-b39f66b0ba2c5cab510afec3e9e627d53ef5d884.tar.gz freebsd-ports-gnome-b39f66b0ba2c5cab510afec3e9e627d53ef5d884.tar.zst freebsd-ports-gnome-b39f66b0ba2c5cab510afec3e9e627d53ef5d884.zip |
- s/SQLITE_USE/SQLITE_USES/
-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 |