summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2019-12-27 16:32:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2019-12-27 16:32:49 +0000
commitd2d376a99afaf0bac0574ab8f5dec5e56d1aaee5 (patch)
tree7bb58ae7e857e1a67262d07556602ce74997f2da
parenta8ee87b62c2c4d8dfe75e2be75a03d72d75f1a92 (diff)
downloadfreebsd-ports-d2d376a99afaf0bac0574ab8f5dec5e56d1aaee5.zip
Ensure the package is linked to the proper ncurses implementation
-rw-r--r--shells/wcd/Makefile2
1 files changed, 1 insertions, 1 deletions
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