Date: Fri, 27 Dec 2019 16:32:50 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r521009 - head/shells/wcd Message-ID: <201912271632.xBRGWoJZ099164@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912271632.xBRGWoJZ099164>