diff options
author | Koichiro Iwao <meta@FreeBSD.org> | 2020-08-05 00:08:51 +0000 |
---|---|---|
committer | Koichiro Iwao <meta@FreeBSD.org> | 2020-08-05 00:08:51 +0000 |
commit | 6c9643bf91da12e1f416b52426f3f16057555ca2 (patch) | |
tree | 505abdbe373f7404b4f19fb3c01ee63c16541974 /databases/sqlite3 | |
parent | aa4843b7745a63f1203fd688e9ee4b008e65d5a3 (diff) | |
download | ports-6c9643bf91da12e1f416b52426f3f16057555ca2.tar.gz ports-6c9643bf91da12e1f416b52426f3f16057555ca2.zip |
Notes
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index ea7faeb0aae1..1ccef70201c5 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -134,8 +134,8 @@ GEOPOLY_IMPLIES= RTREE OPTIONS_RADIO_RL= READLINES READLINEP LIBEDIT RL_DESC= Command line editing library (may be off) -READLINES_DESC= Use libreadline from system -READLINEP_DESC= Use GNU libreadline from ports +READLINES_DESC= Use libreadline from system +READLINEP_DESC= Use GNU libreadline from ports LIBEDIT_DESC= Use BSD libedit from ports OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS \ @@ -206,10 +206,10 @@ UNICODE61_CPPFLAGS_OFF= -DSQLITE_DISABLE_FTS3_UNICODE=1 LIBEDIT_CONFIGURE_ENABLE= editline LIBEDIT_USES= libedit ncurses -READLINES_CONFIGURE_ON= --enable-readline -READLINES_USES= readline -READLINEP_CONFIGURE_ON= --enable-readline -READLINEP_USES= readline:port +READLINES_CONFIGURE_ON= --enable-readline +READLINES_USES= readline +READLINEP_CONFIGURE_ON= --enable-readline +READLINEP_USES= readline:port JSON1_CONFIGURE_ENABLE= json1 |