svn commit: r405738 - in head/mail: postfix postfix-current
Olli Hauer
ohauer at FreeBSD.org
Sun Jan 10 18:48:19 UTC 2016
Author: ohauer
Date: Sun Jan 10 18:48:18 2016
New Revision: 405738
URL: https://svnweb.freebsd.org/changeset/ports/405738
Log:
- s/SQLITE_USE/SQLITE_USES/
Modified:
head/mail/postfix-current/Makefile
head/mail/postfix/Makefile
Modified: head/mail/postfix-current/Makefile
==============================================================================
--- head/mail/postfix-current/Makefile Sun Jan 10 18:35:12 2016 (r405737)
+++ head/mail/postfix-current/Makefile Sun Jan 10 18:48:18 2016 (r405738)
@@ -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
Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile Sun Jan 10 18:35:12 2016 (r405737)
+++ head/mail/postfix/Makefile Sun Jan 10 18:48:18 2016 (r405738)
@@ -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
More information about the svn-ports-all
mailing list