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/p5-Fuse | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) | |
download | ports-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.gz ports-d26530b7136cdbbc743cb41cba488928a2fb490e.zip |
Notes
Diffstat (limited to 'sysutils/p5-Fuse')
-rw-r--r-- | sysutils/p5-Fuse/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/p5-Fuse/Makefile b/sysutils/p5-Fuse/Makefile index 1f537fd5afd7..baa11dfaa252 100644 --- a/sysutils/p5-Fuse/Makefile +++ b/sysutils/p5-Fuse/Makefile @@ -12,13 +12,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Write filesystems in Perl using FUSE -BUILD_DEPENDS= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod -RUN_DEPENDS= ${LOCALBASE}/include/fuse.h:${PORTSDIR}/sysutils/fusefs-libs -BUILD_DEPENDS+= ${RUN_DEPENDS} - PERL_CONFIGURE= yes PORTSCOUT= skipv:0.09_4 +USE_FUSE= yes USE_PKGCONFIG= build MAN3= Fuse.3 |