svn commit: r286509 - head/usr.bin/svn/svnversion

Peter Wemm peter at FreeBSD.org
Sun Aug 9 05:38:32 UTC 2015


Author: peter
Date: Sun Aug  9 05:38:31 2015
New Revision: 286509
URL: https://svnweb.freebsd.org/changeset/base/286509

Log:
  Fix typo introduced in r275079

Modified:
  head/usr.bin/svn/svnversion/Makefile

Modified: head/usr.bin/svn/svnversion/Makefile
==============================================================================
--- head/usr.bin/svn/svnversion/Makefile	Sun Aug  9 05:28:45 2015	(r286508)
+++ head/usr.bin/svn/svnversion/Makefile	Sun Aug  9 05:38:31 2015	(r286509)
@@ -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>


More information about the svn-src-all mailing list