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}
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to