svn commit: r336775 - branches/2014Q1/databases/evolution-data-server

Baptiste Daroussin bapt at FreeBSD.org
Tue Dec 17 21:55:22 UTC 2013


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 at 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 \


More information about the svn-ports-branches mailing list