aboutsummaryrefslogtreecommitdiff
path: root/net/vino
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2016-03-21 05:54:15 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2016-03-21 05:54:15 +0000
commit80a66678b38447fcf858d92af4dbe4a10e084e2b (patch)
treee71478e82b8b71e2d4728e55d50826db54e764f1 /net/vino
parent70fdf7774f2897ad88a83d81ef591860d2093a78 (diff)
downloadports-80a66678b38447fcf858d92af4dbe4a10e084e2b.tar.gz
ports-80a66678b38447fcf858d92af4dbe4a10e084e2b.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
Notes
Notes: svn path=/head/; revision=411541
Diffstat (limited to 'net/vino')
-rw-r--r--net/vino/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile
index 3d7ea845391b..a8e099f9d2f4 100644
--- a/net/vino/Makefile
+++ b/net/vino/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vino
PORTVERSION= 3.18.1
+PORTREVISION= 1
CATEGORIES= net gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -13,8 +14,8 @@ COMMENT= VNC server that allows for remote access to your GNOME desktop
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
+ libsecret-1.so:${PORTSDIR}/security/libsecret \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
- libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \
libnotify.so:${PORTSDIR}/devel/libnotify \
libavahi-glib.so:${PORTSDIR}/net/avahi-app