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

link to libncurses, not libtermcap

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-03 00:18:36 +00:00
parent 3bc5b50b62
commit 8141d1e91a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407926

View file

@ -11,8 +11,10 @@ COMMENT= Window environment on ASCII terminals
LICENSE= BSD4CLAUSE
USES= ncurses
WRKSRC= ${WRKDIR}/window
CFLAGS+= -Wno-return-type
MAKE_ARGS= LDADD="-lncurses -lutil"
PLIST_FILES= bin/window man/man1/window.1.gz