Add missing DPADD.

This commit is contained in:
Antoine Brodin 2013-01-01 18:25:14 +00:00
parent dfa4d7fdb9
commit 6af2d8427c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=244927

View File

@ -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