svn commit: r365469 - head/devel/liblognorm

Adam Weinberger adamw at FreeBSD.org
Wed Aug 20 15:23:58 UTC 2014


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


More information about the svn-ports-head mailing list