mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Ensure the package is linked to the proper ncurses implementation
This commit is contained in:
parent
a8ee87b62c
commit
d2d376a99a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521009
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user