Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jan 2013 18:40:19 +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: r309777 - head/sysutils/rsyslog6
Message-ID:  <201301011840.r01IeJoM016464@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brd (doc committer)
Date: Tue Jan  1 18:40:18 2013
New Revision: 309777
URL: http://svnweb.freebsd.org/changeset/ports/309777

Log:
  - Fix build when devel/json-glib is installed.
  
  Submitted by:	kwm@

Modified:
  head/sysutils/rsyslog6/Makefile

Modified: head/sysutils/rsyslog6/Makefile
==============================================================================
--- head/sysutils/rsyslog6/Makefile	Tue Jan  1 17:45:31 2013	(r309776)
+++ head/sysutils/rsyslog6/Makefile	Tue Jan  1 18:40:18 2013	(r309777)
@@ -17,7 +17,7 @@ USE_LDCONFIG=	yes
 LIB_DEPENDS+=	ee:${PORTSDIR}/devel/libee \
 		estr:${PORTSDIR}/devel/libestr \
 		sysinfo:${PORTSDIR}/devel/libsysinfo \
-		json:${PORTSDIR}/devel/json-c/ \
+		json.0:${PORTSDIR}/devel/json-c/ \
 		uuid:${PORTSDIR}/misc/e2fsprogs-libuuid
 
 .ifdef MNAME



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