View | Details | Raw Unified | Return to bug 214538 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/lnav/Makefile (-4 / +4 lines)
Lines 11-26 COMMENT= Terminal based log file navigat Link Here
11
11
12
LICENSE=	BSD2CLAUSE
12
LICENSE=	BSD2CLAUSE
13
13
14
BUILD_DEPENDS=	${LOCALBASE}/lib/libpcre.a:devel/pcre \
15
		${LOCALBASE}/lib/libsqlite3.a:databases/sqlite3
16
17
BROKEN_FreeBSD_9_i386=	does not build
14
BROKEN_FreeBSD_9_i386=	does not build
18
15
19
USE_GITHUB=	yes
16
USE_GITHUB=	yes
20
GH_ACCOUNT=	tstack
17
GH_ACCOUNT=	tstack
21
18
22
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
23
USES=		autoreconf execinfo gmake ncurses python readline
20
USES=		autoreconf execinfo gmake ncurses python readline sqlite
21
22
CONFIGURE_ARGS=	--disable-static
23
LIB_DEPENDS+=	libpcrecpp.so:devel/pcre
24
24
25
PLIST_FILES=	bin/lnav man/man1/lnav.1.gz
25
PLIST_FILES=	bin/lnav man/man1/lnav.1.gz
26
26

Return to bug 214538