misc/deco: document ncurses requirement (USES+=ncurses)

This commit is contained in:
John Marino 2016-02-02 23:14:07 +00:00
parent 330ca71a8b
commit 34e24c2adb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407905

View file

@ -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 <bsd.port.mk>