svn commit: r336984 - branches/2014Q1/databases/libgda4

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 20 08:04:03 UTC 2013


Author: bapt
Date: Fri Dec 20 08:04:02 2013
New Revision: 336984
URL: http://svnweb.freebsd.org/changeset/ports/336984

Log:
  MFH: r336952
  
  Fix LIB_DEPENDS

Modified:
  branches/2014Q1/databases/libgda4/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/databases/libgda4/Makefile
==============================================================================
--- branches/2014Q1/databases/libgda4/Makefile	Fri Dec 20 08:03:18 2013	(r336983)
+++ branches/2014Q1/databases/libgda4/Makefile	Fri Dec 20 08:04:02 2013	(r336984)
@@ -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-all mailing list