summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2020-08-05 00:08:51 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2020-08-05 00:08:51 +0000
commit6c9643bf91da12e1f416b52426f3f16057555ca2 (patch)
tree505abdbe373f7404b4f19fb3c01ee63c16541974 /databases/sqlite3
parentgitea: Update to 1.12.3 (diff)
databases/sqlite3: pet portlint
> WARN: Makefile: [137]: whitespace before end of line. > FATAL: Makefile: [209]: use a tab (not space) after a variable name
Notes
Notes: svn path=/head/; revision=544190
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile12
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