diff options
author | marino <marino@FreeBSD.org> | 2016-01-31 20:47:51 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2016-01-31 20:47:51 +0800 |
commit | c51ee0da1894c93ac69f0fd85dbdde16286b3dc7 (patch) | |
tree | a721817dafd0339c2d8c685ac120fb786a34b526 /editors/zile | |
parent | 3241575112300bec17e756b8db3e604c09791c15 (diff) | |
download | freebsd-ports-gnome-c51ee0da1894c93ac69f0fd85dbdde16286b3dc7.tar.gz freebsd-ports-gnome-c51ee0da1894c93ac69f0fd85dbdde16286b3dc7.tar.zst freebsd-ports-gnome-c51ee0da1894c93ac69f0fd85dbdde16286b3dc7.zip |
editors/zile: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket
Diffstat (limited to 'editors/zile')
-rw-r--r-- | editors/zile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |