summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/dialog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/dialog/Makefile')
-rw-r--r--gnu/usr.bin/dialog/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile
index b5dfeb3..c30dff7 100644
--- a/gnu/usr.bin/dialog/Makefile
+++ b/gnu/usr.bin/dialog/Makefile
@@ -7,7 +7,7 @@ PROG= dialog
CFLAGS+= -Wall -Wstrict-prototypes
-DPADD+= $(LIBDIALOG) $(LIBNCURSES)
-LDADD+= -ldialog -lncurses
+DPADD= $(LIBDIALOG) $(LIBNCURSES)
+LDADD= -ldialog -lncurses
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud