From c51ee0da1894c93ac69f0fd85dbdde16286b3dc7 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 31 Jan 2016 12:47:51 +0000 Subject: editors/zile: document ncurses requirement (USES+=ncurses) approved by: infrastructure blanket --- editors/zile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/zile/Makefile b/editors/zile/Makefile index cd60f3721418..3c17913d6404 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc BUILD_DEPENDS= ${LOCALBASE}/bin/help2man:${PORTSDIR}/misc/help2man -USES= gmake perl5 pkgconfig compiler:c++11-lang +USES= gmake ncurses perl5 pkgconfig compiler:c++11-lang USE_PERL5= build GNU_CONFIGURE= yes CONFIGURE_ARGS= --without-included-regex -- cgit