Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Feb 2016 18:33:18 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r408441 - head/devel/clewn
Message-ID:  <201602071833.u17IXIjQ067874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201602071833.u17IXIjQ067874>