Author: antoine
Date: Tue Jan  1 18:25:14 2013
New Revision: 244927
URL: http://svnweb.freebsd.org/changeset/base/244927

Log:
  Add missing DPADD.

Modified:
  head/usr.bin/m4/Makefile

Modified: head/usr.bin/m4/Makefile
==============================================================================
--- head/usr.bin/m4/Makefile    Tue Jan  1 18:16:49 2013        (r244926)
+++ head/usr.bin/m4/Makefile    Tue Jan  1 18:25:14 2013        (r244927)
@@ -6,6 +6,7 @@
 
 PROG=  m4
 CFLAGS+=-DEXTENDED -I${.CURDIR} -I${.CURDIR}/lib
+DPADD= ${LIBY} ${LIBL} ${LIBM}
 LDADD= -ly -ll -lm
 # clang needs 1 while with gcc we can use 2
 #WARNS=        1
_______________________________________________
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