pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/gvfs gvfs: wants fuse>=2.8, note in API depends



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f386801e7e0
branches:  trunk
changeset: 377874:2f386801e7e0
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 25 08:26:15 2022 +0000

description:
gvfs: wants fuse>=2.8, note in API depends

diffstat:

 sysutils/gvfs/options.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d935b9d423b1 -r 2f386801e7e0 sysutils/gvfs/options.mk
--- a/sysutils/gvfs/options.mk  Mon Apr 25 08:26:08 2022 +0000
+++ b/sysutils/gvfs/options.mk  Mon Apr 25 08:26:15 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2022/04/21 16:49:27 nia Exp $
+# $NetBSD: options.mk,v 1.3 2022/04/25 08:26:15 wiz Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.gvfs
 PKG_SUPPORTED_OPTIONS+=        avahi hal fuse samba
@@ -41,6 +41,7 @@
 .endif
 
 .if !empty(PKG_OPTIONS:Mfuse)
+BUILDLINK_API_DEPENDS.fuse+=   fuse>=2.8
 .include "../../mk/fuse.buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-fuse
 PLIST.fuse=            yes



Home | Main Index | Thread Index | Old Index