shells/esh: document ncurses requirement (USES+=ncurses)

Also link with libncurses, not libtermap
This commit is contained in:
John Marino 2016-02-03 21:48:52 +00:00
parent a313188808
commit 0f787e8129
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407990

View file

@ -13,8 +13,9 @@ LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= readline
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}"
USES= ncurses readline
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} ${CPPFLAGS}" \
LIB="${LDFLAGS} -lreadline -lncurses"
INFO= esh