- 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:
Michael Johnson 2008-03-28 22:24:08 +00:00
parent 1ecfd13797
commit be2e8cdfaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210043

View file

@ -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