Index: databases/sqlite3/Makefile =================================================================== --- databases/sqlite3/Makefile (revision 544042) +++ databases/sqlite3/Makefile (working copy) @@ -132,10 +132,8 @@ GEOPOLY_DESC= Uses the GeoJSON notation (RFC-7946) GEOPOLY_IMPLIES= RTREE -OPTIONS_RADIO_RL= READLINES READLINEP LIBEDIT +OPTIONS_RADIO_RL= READLINE LIBEDIT RL_DESC= Command line editing library (may be off) -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 +204,8 @@ 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 +READLINE_CONFIGURE_ON= --enable-readline +READLINE_USES= readline JSON1_CONFIGURE_ENABLE= json1