svn commit: r410019 - branches/2016Q1/databases/libzdb
Raphael Kubo da Costa
rakuco at FreeBSD.org
Thu Mar 3 10:01:11 UTC 2016
Author: rakuco
Date: Thu Mar 3 10:01:10 2016
New Revision: 410019
URL: https://svnweb.freebsd.org/changeset/ports/410019
Log:
Partially revert r409952.
Switch back to USE_SQLITE=3 instead of USES=sqlite because the 2016Q1 branch
does not support the latter.
PR: 203424
Approved by: portmgr (antoine)
Modified:
branches/2016Q1/databases/libzdb/Makefile
Modified: branches/2016Q1/databases/libzdb/Makefile
==============================================================================
--- branches/2016Q1/databases/libzdb/Makefile Thu Mar 3 09:35:59 2016 (r410018)
+++ branches/2016Q1/databases/libzdb/Makefile Thu Mar 3 10:01:10 2016 (r410019)
@@ -29,7 +29,7 @@ MYSQL_CONFIGURE_OFF= --without-mysql
PGSQL_USES= pgsql
PGSQL_CONFIGURE_ON= --with-postgresql=${LOCALBASE}/bin/pg_config
PGSQL_CONFIGURE_OFF= --without-postgresql
-SQLITE_USES= sqlite
+SQLITE_USE= sqlite=3
SQLITE_CONFIGURE_ON= --with-sqlite=${LOCALBASE}
SQLITE_CONFIGURE_OFF= --without-sqlite
SSL_USE= openssl=yes
More information about the svn-ports-all
mailing list