Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Dec 2013 19:39:22 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336952 - head/databases/libgda4
Message-ID:  <201312191939.rBJJdMOn073530@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec 19 19:39:22 2013
New Revision: 336952
URL: http://svnweb.freebsd.org/changeset/ports/336952

Log:
  Fix LIB_DEPENDS

Modified:
  head/databases/libgda4/Makefile

Modified: head/databases/libgda4/Makefile
==============================================================================
--- head/databases/libgda4/Makefile	Thu Dec 19 19:37:01 2013	(r336951)
+++ head/databases/libgda4/Makefile	Thu Dec 19 19:39:22 2013	(r336952)
@@ -21,7 +21,7 @@ LIBGDA4_SLAVE?=	no
 .if !defined(REFERENCE_PORT)
 
 LIB_DEPENDS=	libgcrypt.so:${PORTSDIR}/security/libgcrypt \
-		libjson-glib-1.so:${PORTSDIR}/devel/json-glib
+		libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
 
 USE_AUTOTOOLS=	libtool
 USES=		pathfix gettext gmake pkgconfig



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