summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-17 21:30:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-17 21:30:56 +0000
commita5472df6c1236c9bb06c7d02f61ef62c1d5ee1d2 (patch)
tree93186cc150aefe253e44b00c14641d037e221cff /databases
parentUSES=fortran, fix LDFLAGS, staging. (diff)
Fix LIB_DEPENDS conversion
Reported by: truckman
Notes
Notes: svn path=/head/; revision=336771
Diffstat (limited to 'databases')
-rw-r--r--databases/evolution-data-server/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile
index 7f5b9b41d64c..8173fddee161 100644
--- a/databases/evolution-data-server/Makefile
+++ b/databases/evolution-data-server/Makefile
@@ -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 \