summaryrefslogtreecommitdiffstats
path: root/lib/libdpv
diff options
context:
space:
mode:
authordteske <dteske@FreeBSD.org>2014-11-05 20:58:25 +0000
committerdteske <dteske@FreeBSD.org>2014-11-05 20:58:25 +0000
commitb9f2cd32274750162b75cb527af2dadb878dc7bf (patch)
treec11f45f2ddf507bdb53d263f8949dfd777c6f526 /lib/libdpv
parent96d30cbc7e457627475bdb81b741dd065cc2cd7c (diff)
downloadFreeBSD-src-b9f2cd32274750162b75cb527af2dadb878dc7bf.zip
FreeBSD-src-b9f2cd32274750162b75cb527af2dadb878dc7bf.tar.gz
Balance DPADD against LDADD for dpv(1,3).
Thanks to: ngie MFC after: 21 days X-MFC-to: stable/10 stable/9 X-MFC-with: 274116 274120 274121 274123 274144
Diffstat (limited to 'lib/libdpv')
-rw-r--r--lib/libdpv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdpv/Makefile b/lib/libdpv/Makefile
index 24fb378..8096cc9 100644
--- a/lib/libdpv/Makefile
+++ b/lib/libdpv/Makefile
@@ -6,8 +6,8 @@ INCS= dpv.h
MAN= dpv.3
MLINKS= dpv.3 dpv_free.3
-DPADD= ${LIBFIGPAR}
-LDADD= -ldialog -lfigpar -lncurses -lutil
+DPADD= ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL}
+LDADD= -ldialog -lfigpar -lncursesw -lutil
SRCS= dialog_util.c dialogrc.c dprompt.c dpv.c status.c util.c
OpenPOWER on IntegriCloud