summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2011-11-24 14:17:04 +0000
committerfjoe <fjoe@FreeBSD.org>2011-11-24 14:17:04 +0000
commitea44d4d10491f83332f45be168cee50b5cfd9b2a (patch)
tree298fd327e9013ee274fee6c27e16f2e109909556 /gnu
parentabaadc5fb053c37b9ffcb2415f118955a2718a37 (diff)
downloadFreeBSD-src-ea44d4d10491f83332f45be168cee50b5cfd9b2a.zip
FreeBSD-src-ea44d4d10491f83332f45be168cee50b5cfd9b2a.tar.gz
Use ${VAR} instead of $(VAR) consistently.
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 6ab56b2..9b60974 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}
OpenPOWER on IntegriCloud