diff options
Diffstat (limited to 'databases')
-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 35f7b8fe314a..4856b59611e2 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -135,7 +135,7 @@ OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ FTS3_TOKEN FTS5 # SECURE_DELETE, UNLOCK_NOTIFY, DBSTAT (since 41.0) used by www/firefox et al. # RTREE used by graphics/mapnik, databases/spatialite -# FTS3_TOKEN used by audio/clementine-player +# FTS3_TOKEN used by audio/clementine-player, mail/thunderbird, www/seamonkey # FTS5 used by sysutils/tracker PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \ |