svn commit: r309777 - head/sysutils/rsyslog6

Brad Davis brd at FreeBSD.org
Tue Jan 1 18:40:19 UTC 2013


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


More information about the svn-ports-head mailing list