Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 21:55:22 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r336775 - branches/2014Q1/databases/evolution-data-server
Message-ID:  <201312172155.rBHLtMOa063960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Tue Dec 17 21:55:21 2013
New Revision: 336775
URL: http://svnweb.freebsd.org/changeset/ports/336775

Log:
  MFH: r336771
  
  Fix LIB_DEPENDS conversion
  
  Reported by:	truckman

Modified:
  branches/2014Q1/databases/evolution-data-server/Makefile
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/databases/evolution-data-server/Makefile
==============================================================================
--- branches/2014Q1/databases/evolution-data-server/Makefile	Tue Dec 17 21:49:44 2013	(r336774)
+++ branches/2014Q1/databases/evolution-data-server/Makefile	Tue Dec 17 21:55:21 2013	(r336775)
@@ -12,7 +12,7 @@ DIST_SUBDIR=	gnome2
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	The data backends for the Evolution integrated mail/PIM suite
 
-LIB_DEPENDS=	libsoup-2.so:${PORTSDIR}/devel/libsoup \
+LIB_DEPENDS=	libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
 		libgdata.so:${PORTSDIR}/devel/libgdata \
 		libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
 		libical.so:${PORTSDIR}/devel/libical \



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