From d26530b7136cdbbc743cb41cba488928a2fb490e Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Fri, 14 Dec 2012 15:47:00 +0000 Subject: - introduce a USE_FUSE macro - convert all fuse ports to use the new macro The macro makes sure sysutils/fusefs-libs gets installed and depending on fuse being in base or not it installs sysutils/fusefs-kmod. Approved by: portmgr (bapt) --- net/openafs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/openafs') diff --git a/net/openafs/Makefile b/net/openafs/Makefile index bcb649706283..0fb01187230b 100644 --- a/net/openafs/Makefile +++ b/net/openafs/Makefile @@ -80,7 +80,7 @@ CONFIGURE_ARGS= --prefix=${PREFIX} \ ${CONFIGURE_TARGET} .if ${PORT_OPTIONS:MFUSE} -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs +USE_FUSE= yes PLIST_SUB+= FUSE="" .else CONFIGURE_ARGS+= --disable-fuse-client -- cgit v1.2.3