diff options
Diffstat (limited to 'databases/evolution-data-server')
-rw-r--r-- | databases/evolution-data-server/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
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 |