diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-22 13:13:50 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-22 13:13:50 +0000 |
commit | 15e4f9bf09763a2e125dbea0cbb4ea915404142a (patch) | |
tree | a4f794d94eefbf951b6acb253dc2e7970c9a519e /databases/sqlite3 | |
parent | 0846367b5b58f20ebe7208f157796263d01d1597 (diff) | |
download | ports-15e4f9bf09763a2e125dbea0cbb4ea915404142a.tar.gz ports-15e4f9bf09763a2e125dbea0cbb4ea915404142a.zip |
Notes
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index b12d43d35901..b37d5b96237d 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -27,7 +27,7 @@ MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FTS3 ICU RTREE RAMTABLE UPD_DEL_LIMIT URI SOUNDEX METADATA \ STAT3 DIRECT_READ MEMMAN SECURE_DELETE UNLOCK_NOTIFY THREADSAFE \ EXTENSION -OPTIONS_DEFAULT= FTS3 SECURE_DELETE THREADSAFE EXTENSION +OPTIONS_DEFAULT= FTS3 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADSAFE EXTENSION FTS3_DESC= Enable FTS3/4 (Full Text Search) module ICU_DESC= Enable built with ICU RTREE_DESC= Enable R*Tree module (${RTREE_INT}) |