aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/dialog
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-01-18 14:58:12 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2011-01-18 14:58:12 +0000
commit1e0658d5ca9a546d64fe68129163dae84fe8eb78 (patch)
treef05d80f5c0df4f1fd41954d6d32c445194f1e40b /gnu/usr.bin/dialog
parent8207db3ec38dea5e87a1a60b79801a22be163000 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/dialog')
-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 bdda638a4bd9..6ab56b281c4a 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)
+DPADD= $(LIBDIALOG) $(LIBNCURSES) $(LIBM)
LDADD= -ldialog -lncursesw -lm
CFLAGS+= -I${.CURDIR} -I${DIALOG}
.PATH: ${DIALOG}