mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
filesystems/gvfs: add conditional openssh-portable dependency
Same pattern as security/gnome-keyring: add openssh-portable dependency when base ssh is absent. PR: 254089
This commit is contained in:
@@ -80,6 +80,11 @@ MTP_MESON_TRUE= mtp
|
||||
NFS_LIB_DEPENDS= libnfs.so:net/libnfs
|
||||
NFS_MESON_TRUE= nfs
|
||||
|
||||
.if !exists(/usr/bin/ssh)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/ssh:security/openssh-portable
|
||||
RUN_DEPENDS+= ${LOCALBASE}/bin/ssh:security/openssh-portable
|
||||
.endif
|
||||
|
||||
ONEDRIVE_IMPLIES= GOA
|
||||
ONEDRIVE_LIB_DEPENDS= libmsgraph-1.so:net/msgraph
|
||||
ONEDRIVE_MESON_TRUE= onedrive
|
||||
|
||||
Reference in New Issue
Block a user