ncurses: chase dependency changes in the source tree

Differential Revision:	https://reviews.freebsd.org/D32098
This commit is contained in:
Baptiste Daroussin
2021-09-23 03:52:46 +02:00
parent 396851c20a
commit cbc83e378a
32 changed files with 39 additions and 36 deletions
+1 -1
View File
@@ -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}
+1 -1
View File
@@ -3,7 +3,7 @@
DIALOG= ${SRCTOP}/contrib/dialog
PROG= dialog
LIBADD= dialog ncursesw m
LIBADD= dialog tinfow ncursesw m
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}