From 9e5cb1459a01fd8c1c634cfa701605e9f3c26969 Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 11 Dec 2013 18:08:52 +0000 Subject: In preparation for making libtool generate libraries with a sane name, fix all LIB_DEPENDS in databases --- databases/evolution-data-server/Makefile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'databases/evolution-data-server') diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index d9ebae972040..7f5b9b41d64c 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -12,13 +12,13 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= The data backends for the Evolution integrated mail/PIM suite -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup \ - gdata.7:${PORTSDIR}/devel/libgdata \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - ical:${PORTSDIR}/devel/libical \ - nss3:${PORTSDIR}/security/nss \ - tasn1:${PORTSDIR}/security/libtasn1 \ - gnome-keyring:${PORTSDIR}/security/libgnome-keyring +LIB_DEPENDS= libsoup-2.so:${PORTSDIR}/devel/libsoup \ + libgdata.so:${PORTSDIR}/devel/libgdata \ + libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libical.so:${PORTSDIR}/devel/libical \ + libnss3.so:${PORTSDIR}/security/nss \ + libtasn1.so:${PORTSDIR}/security/libtasn1 \ + libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring USE_BZIP2= yes USE_GMAKE= yes @@ -52,7 +52,7 @@ KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` .endif .if ${PORT_OPTIONS:MWEATHER} -LIB_DEPENDS+= gweather:${PORTSDIR}/net/libgweather +LIB_DEPENDS+= libgweather.so:${PORTSDIR}/net/libgweather CONFIGURE_ARGS+= --with-weather PLIST_SUB+= WEATHER="" .else -- cgit