diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-12 02:08:52 +0800 |
commit | 9e5cb1459a01fd8c1c634cfa701605e9f3c26969 (patch) | |
tree | ac2afa8997fbb76350bd6fad85df12e98e0b3da5 /databases/evolution-data-server | |
parent | 9809a0e2d7f5a501e93d80ac9ed19d9522dc5b4d (diff) | |
download | freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.gz freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.tar.zst freebsd-ports-gnome-9e5cb1459a01fd8c1c634cfa701605e9f3c26969.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in databases
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 |