aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2011-11-24 14:17:04 +0000
committerMax Khon <fjoe@FreeBSD.org>2011-11-24 14:17:04 +0000
commit7c86633876fc3aa2fa33f64f0a49fb1c18e84432 (patch)
tree298fd327e9013ee274fee6c27e16f2e109909556 /gnu
parentbc14d7f4c495c72d252c5e1dfe1a36c5589c3255 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/dialog/Makefile2
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}