svn commit: r408441 - head/devel/clewn

John Marino marino at FreeBSD.org
Sun Feb 7 18:33:19 UTC 2016


Author: marino
Date: Sun Feb  7 18:33:17 2016
New Revision: 408441
URL: https://svnweb.freebsd.org/changeset/ports/408441

Log:
  devel/clewn: document ncurses requirement (USES+=ncurses)
  
  Also link with ncurses, not curses
  
  approved by:	infrastructure blanket

Modified:
  head/devel/clewn/Makefile

Modified: head/devel/clewn/Makefile
==============================================================================
--- head/devel/clewn/Makefile	Sun Feb  7 18:30:29 2016	(r408440)
+++ head/devel/clewn/Makefile	Sun Feb  7 18:33:17 2016	(r408441)
@@ -12,8 +12,11 @@ COMMENT=	Clewn provides Gdb support with
 
 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>


More information about the svn-ports-all mailing list