diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2013-01-01 18:31:21 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-01-01 18:31:21 +0000 |
| commit | 620667435cbb30334f6840bf972b060f069658da (patch) | |
| tree | 1af440f71629041f7c53ed1c8d11b2a41845572c /gnu/usr.bin/dialog | |
| parent | 8f02d4ce1c03f5c697500ac0e912ba47d89f1135 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/dialog')
| -rw-r--r-- | gnu/usr.bin/dialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index 9b609746a272..e945b22bd6f8 100644 --- a/gnu/usr.bin/dialog/Makefile +++ b/gnu/usr.bin/dialog/Makefile @@ -3,7 +3,7 @@ DIALOG= ${.CURDIR}/../../../contrib/dialog PROG= dialog -DPADD= ${LIBDIALOG} ${LIBNCURSES} ${LIBM} +DPADD= ${LIBDIALOG} ${LIBNCURSESW} ${LIBM} LDADD= -ldialog -lncursesw -lm CFLAGS+= -I${.CURDIR} -I${DIALOG} .PATH: ${DIALOG} |
