Index: head/Mk/Uses/fuse.mk =================================================================== --- head/Mk/Uses/fuse.mk (revision 431540) +++ head/Mk/Uses/fuse.mk (revision 431541) @@ -1,23 +1,20 @@ # $FreeBSD$ # # handle dependency on the fuse port # # Feature: fuse # Usage: USES=fuse # Valid ARGS: does not require args # # MAINTAINER: portmgr@FreeBSD.org .if !defined(_INCLUDE_USES_FUSE_MK) _INCLUDE_USES_FUSE_MK= yes .if !empty(fuse_ARGS) IGNORE= USES=fuse does not require args .endif LIB_DEPENDS+= libfuse.so:sysutils/fusefs-libs -.if !exists(/sbin/mount_fusefs) -RUN_DEPENDS+= mount_fusefs:sysutils/fusefs-kmod -.endif .endif