You didn't remove the readline dependency. vq
> On Dec 3, 2016, at 10:21 PM, Marius Schamschula <m...@macports.org> wrote: > > Marius Schamschula (Schamschula) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/b510ccebf141f1f4e0e9275a2cab0baa28f94628 > > <https://github.com/macports/macports-ports/commit/b510ccebf141f1f4e0e9275a2cab0baa28f94628> > The following commit(s) were added to refs/heads/master by this push: > new b510cce sqlite3: revert to editline > b510cce is described below > > commit b510ccebf141f1f4e0e9275a2cab0baa28f94628 > Author: Marius Schamschula <m...@macports.org> > AuthorDate: Sat Dec 3 21:21:31 2016 -0600 > > sqlite3: revert to editline > > See: https://trac.macports.org/ticket/52866 > See: > https://github.com/macports/macports-ports/commit/760795dd90b00862e47b4bf40a88da99e36688bd > --- > databases/sqlite3/Portfile | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/databases/sqlite3/Portfile b/databases/sqlite3/Portfile > index a07d267..75d3e5a 100644 > --- a/databases/sqlite3/Portfile > +++ b/databases/sqlite3/Portfile > @@ -4,6 +4,7 @@ PortSystem 1.0 > > name sqlite3 > version 3.15.2 > +revision 1 > categories databases > platforms darwin > license public-domain > @@ -34,8 +35,8 @@ depends_lib port:libedit \ > > configure.args --enable-threadsafe \ > --enable-dynamic-extensions \ > - --enable-readline \ > - --disable-editline \ > + --disable-readline \ > + --enable-editline \ > AWK=/usr/bin/awk > > # search in worksrcpath for sqlite3.h first -- dont pick up an installed one! >