Use ${VAR} instead of $(VAR) consistently.
This commit is contained in:
parent
bc14d7f4c4
commit
7c86633876
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user