Date: Tue, 18 Jan 2011 14:58:12 +0000 (UTC) From: Nathan Whitehorn <nwhitehorn@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r217536 - head/gnu/usr.bin/dialog Message-ID: <201101181458.p0IEwCYT041451@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nwhitehorn Date: Tue Jan 18 14:58:12 2011 New Revision: 217536 URL: http://svn.freebsd.org/changeset/base/217536 Log: Add libm to the dependencies section. Submitted by: Garrett Cooper Modified: head/gnu/usr.bin/dialog/Makefile Modified: head/gnu/usr.bin/dialog/Makefile ============================================================================== --- head/gnu/usr.bin/dialog/Makefile Tue Jan 18 14:34:45 2011 (r217535) +++ head/gnu/usr.bin/dialog/Makefile Tue Jan 18 14:58:12 2011 (r217536) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101181458.p0IEwCYT041451>