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-wdfs/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sysutils/fusefs-wdfs') diff --git a/sysutils/fusefs-wdfs/Makefile b/sysutils/fusefs-wdfs/Makefile index 50759304c11d..2ad2fc032e24 100644 --- a/sysutils/fusefs-wdfs/Makefile +++ b/sysutils/fusefs-wdfs/Makefile @@ -15,11 +15,10 @@ PKGNAMEPREFIX= fusefs- MAINTAINER= kamikaze@bsdforen.de COMMENT= Mount remote WedDAV directories with Fuse -LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs \ - neon.27:${PORTSDIR}/www/neon29 -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod +LIB_DEPENDS= neon.27:${PORTSDIR}/www/neon29 GNU_CONFIGURE= yes +USE_FUSE= yes USE_GNOME= glib20 PLIST_FILES= bin/wdfs -- cgit v1.2.3