summaryrefslogtreecommitdiff
path: root/sysutils/gvfs
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2022-04-29 00:07:17 +0000
committernia <nia@pkgsrc.org>2022-04-29 00:07:17 +0000
commit1a1b24410b00b7cfdbed998c5a42afff1fe7af43 (patch)
tree9401141f37d7858f69aad3938f0492f68c6638df /sysutils/gvfs
parent78e881198a1f34059c6199b137353368996690d9 (diff)
downloadpkgsrc-1a1b24410b00b7cfdbed998c5a42afff1fe7af43.tar.gz
gvfs: Require a recent enough version of NetBSD HEAD before enabling fuse.
Diffstat (limited to 'sysutils/gvfs')
-rw-r--r--sysutils/gvfs/options.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/gvfs/options.mk b/sysutils/gvfs/options.mk
index b99120391c1..e890f732711 100644
--- a/sysutils/gvfs/options.mk
+++ b/sysutils/gvfs/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2022/04/25 08:26:15 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2022/04/29 00:07:17 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.gvfs
PKG_SUPPORTED_OPTIONS+= avahi hal fuse samba
@@ -7,7 +7,11 @@ PLIST_VARS+= ${PKG_SUPPORTED_OPTIONS}
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} == "Linux" || ${OPSYS} == "NetBSD"
-PKG_SUGGESTED_OPTIONS+= samba fuse
+PKG_SUGGESTED_OPTIONS+= samba
+.endif
+
+.if ${OPSYS} == "Linux" || (${OPSYS} == "NetBSD" && ${OPSYS_VERSION} > 099900)
+PKG_SUGGESTED_OPTIONS+= fuse
.endif
.include "../../mk/bsd.options.mk"