shells/esh: document ncurses requirement (USES+=ncurses)
Also link with libncurses, not libtermap
This commit is contained in:
parent
a313188808
commit
0f787e8129
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=407990
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue