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 /www | |
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 'www')
-rw-r--r-- | www/epiphany/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index cbb7471c65f2..f7083c1d72e6 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,6 +3,7 @@ PORTNAME= epiphany PORTVERSION= 3.16.3 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,7 +21,7 @@ LIB_DEPENDS= libwebkit2gtk-4.0.so:${PORTSDIR}/www/webkit2-gtk3 \ libnss3.so:${PORTSDIR}/security/nss \ libavahi-gobject.so:${PORTSDIR}/net/avahi-app \ libnotify.so:${PORTSDIR}/devel/libnotify \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring + libsecret-1.so:${PORTSDIR}/security/libsecret RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ |