svn commit: r336952 - head/databases/libgda4

Antoine Brodin antoine at FreeBSD.org
Thu Dec 19 19:39:22 UTC 2013


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


More information about the svn-ports-head mailing list