svn commit: r521009 - head/shells/wcd

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 16:32:50 UTC 2019


Author: bapt
Date: Fri Dec 27 16:32:49 2019
New Revision: 521009
URL: https://svnweb.freebsd.org/changeset/ports/521009

Log:
  Ensure the package is linked to the proper ncurses implementation

Modified:
  head/shells/wcd/Makefile

Modified: head/shells/wcd/Makefile
==============================================================================
--- head/shells/wcd/Makefile	Fri Dec 27 16:28:41 2019	(r521008)
+++ head/shells/wcd/Makefile	Fri Dec 27 16:32:49 2019	(r521009)
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/doc/copying.txt
 
 USES=		gmake ncurses
 MAKE_ARGS=	EXT= PREFIX=${PREFIX} docsubdir=${PORTNAME} \
-		mandir=${PREFIX}/man
+		mandir=${PREFIX}/man LIB_CURSES=-l${NCURSES_IMPL}
 CFLAGS+=	-I${NCURSESINC}
 
 OPTIONS_DEFINE=	DOCS NLS


More information about the svn-ports-all mailing list