aboutsummaryrefslogtreecommitdiff
path: root/devel/clewn
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-02-07 18:33:17 +0000
committerJohn Marino <marino@FreeBSD.org>2016-02-07 18:33:17 +0000
commit0f08c7a05d1d5abc51efed18026612da313b5dcd (patch)
treee2b5961e23558dd2b750668523221e6c874e79b6 /devel/clewn
parent86142bd3aec353626a9812442ec833ea31635ddb (diff)
downloadports-0f08c7a05d1d5abc51efed18026612da313b5dcd.tar.gz
ports-0f08c7a05d1d5abc51efed18026612da313b5dcd.zip
Notes
Diffstat (limited to 'devel/clewn')
-rw-r--r--devel/clewn/Makefile5
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>