svn commit: r408263 - head/editors/vigor

John Marino marino at FreeBSD.org
Fri Feb 5 19:00:52 UTC 2016


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


More information about the svn-ports-all mailing list