aboutsummaryrefslogtreecommitdiff
path: root/gnu/lib
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2021-09-23 01:52:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2021-10-04 09:38:24 +0000
commitcbc83e378a7ee8f8aea9811906a2786a8f3bdeb3 (patch)
treeb4a071cc03a76f69e47815fdae686b2f8cc41eb1 /gnu/lib
parent396851c20aebdfada7c108bef5695c6a372e75b1 (diff)
downloadsrc-cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3.tar.gz
src-cbc83e378a7ee8f8aea9811906a2786a8f3bdeb3.zip
ncurses: chase dependency changes in the source tree
Differential Revision: https://reviews.freebsd.org/D32098
Diffstat (limited to 'gnu/lib')
-rw-r--r--gnu/lib/libdialog/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/Makefile b/gnu/lib/libdialog/Makefile
index b97e4df9373a..6de2460c62a5 100644
--- a/gnu/lib/libdialog/Makefile
+++ b/gnu/lib/libdialog/Makefile
@@ -13,7 +13,7 @@ SRCS= argv.c arrows.c buildlist.c buttons.c calendar.c checklist.c \
INCS= dialog.h dlg_colors.h dlg_config.h dlg_keys.h
MAN= dialog.3
-LIBADD= ncursesw m
+LIBADD= tinfow ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG} -D_XOPEN_SOURCE_EXTENDED
.PATH: ${DIALOG}