diff options
author | rm <rm@FreeBSD.org> | 2016-03-21 13:54:15 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2016-03-21 13:54:15 +0800 |
commit | db6f09d172c0afc76a4a636d3144390b8b2c1630 (patch) | |
tree | e71478e82b8b71e2d4728e55d50826db54e764f1 /databases | |
parent | 714badc760e62f6d75ec4ef63cd090571c8ef73a (diff) | |
download | freebsd-ports-gnome-db6f09d172c0afc76a4a636d3144390b8b2c1630.tar.gz freebsd-ports-gnome-db6f09d172c0afc76a4a636d3144390b8b2c1630.tar.zst freebsd-ports-gnome-db6f09d172c0afc76a4a636d3144390b8b2c1630.zip |
Drop bogus libgnome-keyring dependency
And add dependency upon libsecret where needed. Bump PORTREVISION
because of dependency change. For x11/gdm also drop KEYRING option
and corresponding logic bits - this functionality is now available
unconditionally.
Differential Revision: D5690
Reviewed by: kwm, mat
Diffstat (limited to 'databases')
-rw-r--r-- | databases/evolution-data-server/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/evolution-data-server/Makefile b/databases/evolution-data-server/Makefile index 5101147372ea..4113dc6c0f9c 100644 --- a/databases/evolution-data-server/Makefile +++ b/databases/evolution-data-server/Makefile @@ -3,6 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -22,7 +23,7 @@ LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libical.so:${PORTSDIR}/devel/libical \ libnss3.so:${PORTSDIR}/security/nss \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring + libsecret-1.so:${PORTSDIR}/security/libsecret PORTSCOUT= limitw:1,even |