aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/watch
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 /usr.sbin/watch
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 'usr.sbin/watch')
-rw-r--r--usr.sbin/watch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/watch/Makefile b/usr.sbin/watch/Makefile
index 981aec0a4749..215ff61e9004 100644
--- a/usr.sbin/watch/Makefile
+++ b/usr.sbin/watch/Makefile
@@ -5,6 +5,6 @@ MAN= watch.8
WARNS?= 2
-LIBADD= ncursesw
+LIBADD= tinfow
.include <bsd.prog.mk>