diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-07 18:33:17 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-07 18:33:17 +0000 |
commit | 0f08c7a05d1d5abc51efed18026612da313b5dcd (patch) | |
tree | e2b5961e23558dd2b750668523221e6c874e79b6 /devel/clewn | |
parent | 86142bd3aec353626a9812442ec833ea31635ddb (diff) |
Notes
Diffstat (limited to 'devel/clewn')
-rw-r--r-- | devel/clewn/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/clewn/Makefile b/devel/clewn/Makefile index 73a9529e7ce8..a661b7d3e468 100644 --- a/devel/clewn/Makefile +++ b/devel/clewn/Makefile @@ -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> |