svn commit: r244927 - head/usr.bin/m4

Antoine Brodin antoine at FreeBSD.org
Tue Jan 1 18:25:14 UTC 2013


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


More information about the svn-src-head mailing list