Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Aug 2014 15:23:58 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r365469 - head/devel/liblognorm
Message-ID:  <201408201523.s7KFNwHP060266@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Wed Aug 20 15:23:57 2014
New Revision: 365469
URL: http://svnweb.freebsd.org/changeset/ports/365469
QAT: https://qat.redports.org/buildarchive/r365469/

Log:
  Fix build after json-c update.

Modified:
  head/devel/liblognorm/Makefile

Modified: head/devel/liblognorm/Makefile
==============================================================================
--- head/devel/liblognorm/Makefile	Wed Aug 20 15:22:23 2014	(r365468)
+++ head/devel/liblognorm/Makefile	Wed Aug 20 15:23:57 2014	(r365469)
@@ -11,7 +11,7 @@ COMMENT=	Log normalizer
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	libjson.so:${PORTSDIR}/devel/json-c \
+LIB_DEPENDS=	libjson-c.so:${PORTSDIR}/devel/json-c \
 		libestr.so:${PORTSDIR}/devel/libestr
 
 USES=		pathfix pkgconfig libtool



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