Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jan 2016 18:48:18 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r405738 - in head/mail: postfix postfix-current
Message-ID:  <201601101848.u0AImI7N015492@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601101848.u0AImI7N015492>