diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2011-11-24 14:17:04 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2011-11-24 14:17:04 +0000 |
| commit | 7c86633876fc3aa2fa33f64f0a49fb1c18e84432 (patch) | |
| tree | 298fd327e9013ee274fee6c27e16f2e109909556 /gnu | |
| parent | bc14d7f4c495c72d252c5e1dfe1a36c5589c3255 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -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 6ab56b281c4a7..9b609746a2721 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} ${LIBNCURSES} ${LIBM} LDADD= -ldialog -lncursesw -lm CFLAGS+= -I${.CURDIR} -I${DIALOG} .PATH: ${DIALOG} |
