Ensure the package is linked to the proper ncurses implementation

This commit is contained in:
Baptiste Daroussin 2019-12-27 16:32:49 +00:00
parent a8ee87b62c
commit d2d376a99a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521009

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/doc/copying.txt
USES= gmake ncurses
MAKE_ARGS= EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \
mandir=${PREFIX}/man
mandir=${PREFIX}/man LIB_CURSES=-l${NCURSES_IMPL}
CFLAGS+= -I${NCURSESINC}
OPTIONS_DEFINE= DOCS NLS