From 34e24c2adb982d71340e1e789904b091f47c4117 Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 2 Feb 2016 23:14:07 +0000 Subject: [PATCH] misc/deco: document ncurses requirement (USES+=ncurses) --- misc/deco/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/deco/Makefile b/misc/deco/Makefile index d453eab12874..06f11e4d0a6a 100644 --- a/misc/deco/Makefile +++ b/misc/deco/Makefile @@ -12,9 +12,8 @@ DISTNAME= deco39 MAINTAINER= ports@FreeBSD.org COMMENT= Demos Commander, a free Norton Commander clone -USES= tar:tgz +USES= ncurses tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --libdir=${PREFIX}/share -CONFIGURE_ENV= ac_cv_lib_ncurses_tgetent=no .include