mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/remmina-plugin-gnome: Fix gnome-keyring dependencies
- Remmina now uses libsecret instead of libgnome-keyring - security/gnome-keyring is required to provide the daemon for interacting with the password store
This commit is contained in:
parent
227d81e258
commit
f9f96a0ac5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=455118
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ PKGNAMESUFFIX= -gnome
|
|||
|
||||
COMMENT= Remmina plugin for GNOME Keyring
|
||||
|
||||
LIB_DEPENDS= libgnome-keyring.so:security/libgnome-keyring \
|
||||
libsecret-1.so:security/libsecret
|
||||
LIB_DEPENDS= libsecret-1.so:security/libsecret
|
||||
RUN_DEPENDS= gnome-keyring:security/gnome-keyring
|
||||
|
||||
USES+= gettext-runtime
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue