aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-encfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/fusefs-encfs/Makefile')
-rw-r--r--sysutils/fusefs-encfs/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile
index 0cd0c947397f..e289896c3889 100644
--- a/sysutils/fusefs-encfs/Makefile
+++ b/sysutils/fusefs-encfs/Makefile
@@ -18,8 +18,6 @@ COMMENT= An encrypted pass-through FUSE filesystem
LIB_DEPENDS= rlog.5:${PORTSDIR}/devel/rlog \
boost_serialization.4:${PORTSDIR}/devel/boost-libs
-RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod
-BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs
WRKSRC= ${WRKDIR}/encfs-${PORTVERSION}
@@ -29,6 +27,7 @@ CONFIGURE_ARGS= --with-boost-serialization=boost_serialization \
--with-boost-filesystem=boost_filesystem
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+USE_FUSE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes