Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 21:30:56 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336771 - head/databases/evolution-data-server
Message-ID:  <201312172130.rBHLUuuW056163@svn.freebsd.org>

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

Log:
  Fix LIB_DEPENDS conversion
  
  Reported by:	truckman

Modified:
  head/databases/evolution-data-server/Makefile

Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile	Tue Dec 17 21:24:17 2013	(r336770)
+++ head/databases/evolution-data-server/Makefile	Tue Dec 17 21:30:56 2013	(r336771)
@@ -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?201312172130.rBHLUuuW056163>