diff options
author | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-01-18 14:58:12 +0000 |
---|---|---|
committer | nwhitehorn <nwhitehorn@FreeBSD.org> | 2011-01-18 14:58:12 +0000 |
commit | ad37bf58b7777195db006470d123d3432a43e04d (patch) | |
tree | f05d80f5c0df4f1fd41954d6d32c445194f1e40b | |
parent | 9517b1a76d0699822b274d81da4432792c6c93d3 (diff) | |
download | FreeBSD-src-ad37bf58b7777195db006470d123d3432a43e04d.zip FreeBSD-src-ad37bf58b7777195db006470d123d3432a43e04d.tar.gz |
Add libm to the dependencies section.
Submitted by: Garrett Cooper
-rw-r--r-- | gnu/usr.bin/dialog/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/dialog/Makefile b/gnu/usr.bin/dialog/Makefile index bdda638..6ab56b2 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} |