1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

devel/clewn: document ncurses requirement (USES+=ncurses)

Also link with ncurses, not curses

approved by:	infrastructure blanket
This commit is contained in:
John Marino 2016-02-07 18:33:17 +00:00
parent 86142bd3ae
commit 0f08c7a05d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408441

View File

@ -12,8 +12,11 @@ COMMENT= Clewn provides Gdb support within Vim
RUN_DEPENDS= vim:${PORTSDIR}/editors/vim
USES= gmake readline
USES= gmake ncurses readline
GNU_CONFIGURE= yes
CONFIGURE_ENV= vimdir=${PREFIX}/share/vim/vimfiles
post-patch:
${REINPLACE_CMD} -e 's|-lcurses|-lncurses|' ${WRKSRC}/configure
.include <bsd.port.mk>