mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add RUN_DEPENDS on sysutils/fusefs-kmod if build with fuse
To use fuse with gvfs make sure to add 'fusefs_enable="YES" to /etc/rc.conf and add 'vfs.usermount=1' to /etc/sysctl.conf
This commit is contained in:
parent
1ecfd13797
commit
be2e8cdfaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210043
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= gvfs
|
||||
PORTVERSION= 0.2.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
@ -39,6 +40,7 @@ OPTIONS= FUSE "Enable fuse" on \
|
|||
|
||||
.if defined(WITH_FUSE) && ${OSVERSION} >= 600000
|
||||
LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
|
||||
RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod
|
||||
PLIST_SUB+= FUSE=""
|
||||
.else
|
||||
CONFIGURE_ARGS+= --disable-fuse
|
||||
|
|
Loading…
Add table
Reference in a new issue