diff options
| author | Devin Teske <dteske@FreeBSD.org> | 2014-11-05 20:58:25 +0000 |
|---|---|---|
| committer | Devin Teske <dteske@FreeBSD.org> | 2014-11-05 20:58:25 +0000 |
| commit | f5a6518ef39bc6cd37167433a55c648d1d5d2d43 (patch) | |
| tree | c11f45f2ddf507bdb53d263f8949dfd777c6f526 /lib/libdpv | |
| parent | 8a71aca501260628016e24272d9d11e9139c61c6 (diff) | |
Notes
Diffstat (limited to 'lib/libdpv')
| -rw-r--r-- | lib/libdpv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdpv/Makefile b/lib/libdpv/Makefile index 24fb378dddd5..8096cc92c8ec 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 |
