svn commit: r417716 - head/sysutils/rsyslog8

Brad Davis brd at FreeBSD.org
Tue Jun 28 13:46:22 UTC 2016


Author: brd
Date: Tue Jun 28 13:46:21 2016
New Revision: 417716
URL: https://svnweb.freebsd.org/changeset/ports/417716

Log:
  Fix the build of sysutils/rsyslog8 by pointing at the new JSON dependency.
  
  Submitted by:	olgeni
  Approved by:	bdrewery (implicit)

Modified:
  head/sysutils/rsyslog8/Makefile

Modified: head/sysutils/rsyslog8/Makefile
==============================================================================
--- head/sysutils/rsyslog8/Makefile	Tue Jun 28 13:36:26 2016	(r417715)
+++ head/sysutils/rsyslog8/Makefile	Tue Jun 28 13:46:21 2016	(r417716)
@@ -13,7 +13,7 @@ BUILD_DEPENDS=	libgcrypt-config:security
 
 LIB_DEPENDS=	libee.so:devel/libee \
 		libestr.so:devel/libestr \
-		libjson-c.so:devel/json-c \
+		libfastjson.so:devel/libfastjson \
 		liblogging-stdlog.so:devel/liblogging \
 		libuuid.so:misc/e2fsprogs-libuuid
 


More information about the svn-ports-head mailing list