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 /x11/gnome-shell | |
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 'x11/gnome-shell')
-rw-r--r-- | x11/gnome-shell/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-shell/Makefile b/x11/gnome-shell/Makefile index c6485f441d32..bf90492ab516 100644 --- a/x11/gnome-shell/Makefile +++ b/x11/gnome-shell/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-shell PORTVERSION= 3.18.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -16,7 +16,7 @@ BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libcaribou.so:${PORTSDIR}/accessibility/caribou \ libmutter.so:${PORTSDIR}/x11-wm/mutter \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ libgcr-3.so:${PORTSDIR}/security/gcr \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \ |