Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jun 2016 13:46:21 +0000 (UTC)
From:      Brad Davis <brd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r417716 - head/sysutils/rsyslog8
Message-ID:  <201606281346.u5SDkLr9086484@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606281346.u5SDkLr9086484>