diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-12-14 15:47:00 +0000 |
commit | d26530b7136cdbbc743cb41cba488928a2fb490e (patch) | |
tree | 2f5c5fe4cb36fc6a28856c97750108bf78f9b5b4 /sysutils/fusefs-httpfs/Makefile | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) | |
download | ports-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.gz ports-d26530b7136cdbbc743cb41cba488928a2fb490e.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-httpfs/Makefile')
-rw-r--r-- | sysutils/fusefs-httpfs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/fusefs-httpfs/Makefile b/sysutils/fusefs-httpfs/Makefile index 9b1426a76194..01ca1e3e2b79 100644 --- a/sysutils/fusefs-httpfs/Makefile +++ b/sysutils/fusefs-httpfs/Makefile @@ -15,9 +15,7 @@ DISTNAME= ${PORTNAME}_with_static_binaries_${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Fuse-based http filesystem -RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod -BUILD_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs - +USE_FUSE= yes PLIST_FILES= bin/httpfs WRKSRC= ${WRKDIR} |