From d2d376a99afaf0bac0574ab8f5dec5e56d1aaee5 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Fri, 27 Dec 2019 16:32:49 +0000 Subject: [PATCH] Ensure the package is linked to the proper ncurses implementation --- shells/wcd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shells/wcd/Makefile b/shells/wcd/Makefile index 150ded1731f9..f1ca7056547d 100644 --- a/shells/wcd/Makefile +++ b/shells/wcd/Makefile @@ -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