summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2016-03-03 10:01:10 +0000
committerrakuco <rakuco@FreeBSD.org>2016-03-03 10:01:10 +0000
commitd78f7f2bb10a69a9bd72edc84670f112c075f2ca (patch)
tree092478f02345342cb6aef8866ac2c6d82c99dbf7
parent7d4700b68e1ee464bf44e9811f35187a91532fc9 (diff)
downloadFreeBSD-ports-d78f7f2bb10a69a9bd72edc84670f112c075f2ca.zip
FreeBSD-ports-d78f7f2bb10a69a9bd72edc84670f112c075f2ca.tar.gz
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)
-rw-r--r--databases/libzdb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/libzdb/Makefile b/databases/libzdb/Makefile
index 6f90e69..3e3935c 100644
--- a/databases/libzdb/Makefile
+++ b/databases/libzdb/Makefile
@@ -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
OpenPOWER on IntegriCloud