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) --- sysutils/fusefs-pod/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/fusefs-pod') diff --git a/sysutils/fusefs-pod/Makefile b/sysutils/fusefs-pod/Makefile index 0ff8be8de9b1..216f13f97a48 100644 --- a/sysutils/fusefs-pod/Makefile +++ b/sysutils/fusefs-pod/Makefile @@ -15,12 +15,11 @@ DISTNAME= fusepod-${PORTVERSION} MAINTAINER= fjoe@FreeBSD.org COMMENT= FUSE-based filesystem for iPod -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs\ - gpod.7:${PORTSDIR}/audio/libgpod\ +LIB_DEPENDS= gpod.7:${PORTSDIR}/audio/libgpod\ tag.1:${PORTSDIR}/audio/taglib -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod USE_BZIP2= yes +USE_FUSE= yes GNU_CONFIGURE= yes MAN1= fusepod.1 PLIST_FILES= bin/fusepod -- cgit v1.2.3