Index: head/devel/clewn/Makefile =================================================================== --- head/devel/clewn/Makefile (revision 408440) +++ head/devel/clewn/Makefile (revision 408441) @@ -1,19 +1,22 @@ # Created by: Giacomo Mariani # $FreeBSD$ PORTNAME= clewn PORTVERSION= 1.14 PORTREVISION= 1 CATEGORIES= devel editors MASTER_SITES= SF/${PORTNAME}/OldFiles/${PORTNAME}-${PORTVERSION}/ MAINTAINER= giacomomariani@yahoo.it 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