summaryrefslogtreecommitdiffstats
path: root/usr.bin/dpv
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 /usr.bin/dpv
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 'usr.bin/dpv')
-rw-r--r--usr.bin/dpv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dpv/Makefile b/usr.bin/dpv/Makefile
index c5b8348..3cc18ca 100644
--- a/usr.bin/dpv/Makefile
+++ b/usr.bin/dpv/Makefile
@@ -4,8 +4,8 @@ PROG= dpv
CFLAGS+= -I${.CURDIR}
-DPADD= ${LIBDPV} ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSES} ${LIBUTIL}
-LDADD= -ldpv -ldialog -lfigpar -lncurses -lutil
+DPADD= ${LIBDPV} ${LIBDIALOG} ${LIBFIGPAR} ${LIBNCURSESW} ${LIBUTIL}
+LDADD= -ldpv -ldialog -lfigpar -lncursesw -lutil
WARNS?= 6
OpenPOWER on IntegriCloud