Author: bdrewery
Date: Mon Mar 24 13:13:52 2014
New Revision: 263686
URL: http://svnweb.freebsd.org/changeset/base/263686

Log:
  Add missing LIBM to DPADD from r263650
  
  Reported by:  jilles

Modified:
  head/usr.sbin/pkg/Makefile

Modified: head/usr.sbin/pkg/Makefile
==============================================================================
--- head/usr.sbin/pkg/Makefile  Mon Mar 24 12:41:00 2014        (r263685)
+++ head/usr.sbin/pkg/Makefile  Mon Mar 24 13:13:52 2014        (r263686)
@@ -7,7 +7,7 @@ MAN=    pkg.7
 CFLAGS+=-I${.CURDIR}/../../contrib/libucl/include
 .PATH: ${.CURDIR}/../../contrib/libucl/include
 DPADD= ${LIBARCHIVE} ${LIBELF} ${LIBFETCH} ${LIBUCL} ${LIBSBUF} ${LIBSSL} \
-       ${LIBCRYPTO}
+       ${LIBCRYPTO} ${LIBM}
 LDADD= -larchive -lelf -lfetch -lucl -lsbuf -lssl -lcrypto -lm
 USEPRIVATELIB= ucl
 
_______________________________________________
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