From da9c930c4721151359e8fb4b0a1ae0ea97569220 Mon Sep 17 00:00:00 2001 From: marino Date: Sun, 31 Jan 2016 12:35:36 +0000 Subject: editors/vile: document ncurses requirement (USES+=ncurses) --- editors/vile/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vile/Makefile b/editors/vile/Makefile index d1f6d279f29..36102ba226d 100644 --- a/editors/vile/Makefile +++ b/editors/vile/Makefile @@ -18,7 +18,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= reflex:${PORTSDIR}/textproc/reflex -USES= pkgconfig shebangfix tar:tgz +USES= ncurses pkgconfig shebangfix tar:tgz SHEBANG_FILES= perl/vileget GNU_CONFIGURE= yes CONFIGURE_ENV= cf_cv_crypt_works=yes -- cgit