summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gstat
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2014-08-26 09:10:28 +0000
committerngie <ngie@FreeBSD.org>2014-08-26 09:10:28 +0000
commit59d7f5e1559893213cded738d98c35086bf2fa10 (patch)
tree1b0d4bc43b0f2ea7ee75d8b422a4d1739f11e27b /usr.sbin/gstat
parentb608a916a19560ff86bba4f3895e0c2cedfb08e8 (diff)
downloadFreeBSD-src-59d7f5e1559893213cded738d98c35086bf2fa10.zip
FreeBSD-src-59d7f5e1559893213cded738d98c35086bf2fa10.tar.gz
Convert LIBCURSES to LIBNCURSES to fix "make checkdpadd"
Also, add a missing LIBPANEL dependency for lldb Approved by: rpaulo (mentor) Suggested by: brooks MFC after: 5 days Phabric: D675 (as part of a larger diff) PR: 192762
Diffstat (limited to 'usr.sbin/gstat')
-rw-r--r--usr.sbin/gstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/gstat/Makefile b/usr.sbin/gstat/Makefile
index 2a6da40..8aceec0 100644
--- a/usr.sbin/gstat/Makefile
+++ b/usr.sbin/gstat/Makefile
@@ -2,7 +2,7 @@
PROG= gstat
MAN= gstat.8
-DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBEDIT} ${LIBCURSES}
-LDADD= -ldevstat -lkvm -lgeom -lbsdxml -lsbuf -ledit -lcurses
+DPADD= ${LIBDEVSTAT} ${LIBKVM} ${LIBGEOM} ${LIBBSDXML} ${LIBSBUF} ${LIBEDIT} ${LIBNCURSESW}
+LDADD= -ldevstat -lkvm -lgeom -lbsdxml -lsbuf -ledit -lncursesw
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud