Index: head/sysutils/lnav/Makefile =================================================================== --- head/sysutils/lnav/Makefile (revision 428363) +++ head/sysutils/lnav/Makefile (revision 428364) @@ -1,27 +1,28 @@ # Created by: Thomas Hurst # $FreeBSD$ PORTNAME= lnav PORTVERSION= 0.8.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= tom@hur.st COMMENT= Terminal based log file navigator LICENSE= BSD2CLAUSE -BUILD_DEPENDS= ${LOCALBASE}/lib/libpcre.a:devel/pcre \ - ${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3 +LIB_DEPENDS= libpcrecpp.so:devel/pcre BROKEN_FreeBSD_9_i386= does not build USE_GITHUB= yes GH_ACCOUNT= tstack +USES= autoreconf execinfo gmake ncurses python sqlite readline GNU_CONFIGURE= yes -USES= autoreconf execinfo gmake ncurses python readline +CONFIGURE_ARGS= --disable-static PLIST_FILES= bin/lnav man/man1/lnav.1.gz .include