Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Feb 2016 19:00:51 +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: r408263 - head/editors/vigor
Message-ID:  <201602051900.u15J0pCD021392@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Feb  5 19:00:51 2016
New Revision: 408263
URL: https://svnweb.freebsd.org/changeset/ports/408263

Log:
  editors/vigor: USES+= ncurses, link with ncurses, not curses

Modified:
  head/editors/vigor/Makefile

Modified: head/editors/vigor/Makefile
==============================================================================
--- head/editors/vigor/Makefile	Fri Feb  5 18:59:49 2016	(r408262)
+++ head/editors/vigor/Makefile	Fri Feb  5 19:00:51 2016	(r408263)
@@ -15,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/../LICENSE
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/build
 
-USES+=		tk
+USES=		ncurses tk
 USE_XORG=	x11
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--exec-prefix=${STAGEDIR}${PREFIX}
@@ -25,6 +25,7 @@ LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
 	${REINPLACE_CMD} -e 's|tcl80|tcl${TCL_SHLIB_VER}|; \
+		s|-lcurses|-lncurses|; \
 		s|tk80|tk${TK_SHLIB_VER}|; \
 		s|^grantpt|XXXgrantpt|;' \
 			${WRKSRC}/configure



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