Fix typo introduced in r275079

This commit is contained in:
Peter Wemm 2015-08-09 05:38:31 +00:00
parent 19f868bc90
commit a71854bd7c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286509

View File

@ -27,6 +27,6 @@ LDADD= -L${LIBSVN_WCDIR} -lsvn_wc \
LIBADD+= bsdxml sqlite3 z pthread
DPADD= ${LIBSVN_WC} ${LIBSVN_DELTA} ${LIBSVN_DIFF} ${LIBSVN_SUBR} \
${LIBSERF} ${LIBAPR_UTIL}${LIBAPR}
${LIBSERF} ${LIBAPR_UTIL} ${LIBAPR}
.include <bsd.prog.mk>