aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-afuse
diff options
context:
space:
mode:
authorFlorian Smeets <flo@FreeBSD.org>2012-12-14 15:47:00 +0000
committerFlorian Smeets <flo@FreeBSD.org>2012-12-14 15:47:00 +0000
commitd26530b7136cdbbc743cb41cba488928a2fb490e (patch)
tree2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/fusefs-afuse
parent7045030009ee59cfe75c17ba591c3798c3478b68 (diff)
downloadports-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.gz
ports-d26530b7136cdbbc743cb41cba488928a2fb490e.zip
- 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)
Notes
Notes: svn path=/head/; revision=308910
Diffstat (limited to 'sysutils/fusefs-afuse')
-rw-r--r--sysutils/fusefs-afuse/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/fusefs-afuse/Makefile b/sysutils/fusefs-afuse/Makefile
index bd62a390ee66..1cba7a4fb10a 100644
--- a/sysutils/fusefs-afuse/Makefile
+++ b/sysutils/fusefs-afuse/Makefile
@@ -13,9 +13,6 @@ PKGNAMEPREFIX= fusefs-
MAINTAINER= avl@FreeBSD.org
COMMENT= An automounting file system implemented in user-space using FUSE
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
-LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs
-
MAKE_JOBS_SAFE= yes
GNU_CONFIGURE= yes
@@ -23,6 +20,7 @@ GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog README
PLIST_FILES= bin/${PORTNAME}
+USE_FUSE= yes
USE_PKGCONFIG= yes
MAN1= afuse.1