diff -rudpN sysutils/lnav.orig/Makefile sysutils/lnav/Makefile --- sysutils/lnav.orig/Makefile 2016-11-16 10:04:45.163619000 +0300 +++ sysutils/lnav/Makefile 2016-11-16 10:27:36.135239000 +0300 @@ -11,16 +11,16 @@ COMMENT= Terminal based log file navigat LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre \ - ${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3 - BROKEN_FreeBSD_9_i386= does not build USE_GITHUB= yes GH_ACCOUNT= tstack GNU_CONFIGURE= yes -USES= autoreconf execinfo gmake ncurses python readline +USES= autoreconf execinfo gmake ncurses python readline sqlite + +CONFIGURE_ARGS= --disable-static +LIB_DEPENDS+= libpcrecpp.so:devel/pcre PLIST_FILES= bin/lnav man/man1/lnav.1.gz