pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/gvfs



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 25 08:26:15 UTC 2022

Modified Files:
        pkgsrc/sysutils/gvfs: options.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/gvfs/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/gvfs/options.mk
diff -u pkgsrc/sysutils/gvfs/options.mk:1.2 pkgsrc/sysutils/gvfs/options.mk:1.3
--- pkgsrc/sysutils/gvfs/options.mk:1.2 Thu Apr 21 16:49:27 2022
+++ pkgsrc/sysutils/gvfs/options.mk     Mon Apr 25 08:26:15 2022
@@ -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 @@ CONFIGURE_ARGS+=      --disable-cdda
 .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