summaryrefslogtreecommitdiff
path: root/sysutils/fusefs-encfs
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-03-06 16:52:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-03-06 16:52:02 +0000
commitda12e6723dd1adee8b0c5e4b081caecab544e684 (patch)
treec2364f5819e8d5e433572c797bab46ab06e70b04 /sysutils/fusefs-encfs
parent- Change the download site for swingex, because the original one has disappeared (diff)
Convert USE_FUSE macros into USES feature.7-eol
While here trim headers Convert some USE_GNOME= gnomehack -> USES= pathfix
Notes
Notes: svn path=/head/; revision=313527 svn path=/tags/RELEASE_7_EOL/; revision=313528; tag=7-eol
Diffstat (limited to 'sysutils/fusefs-encfs')
-rw-r--r--sysutils/fusefs-encfs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-encfs/Makefile b/sysutils/fusefs-encfs/Makefile
index 3b2e44ffa29a..3fc1675e5252 100644
--- a/sysutils/fusefs-encfs/Makefile
+++ b/sysutils/fusefs-encfs/Makefile
@@ -23,7 +23,7 @@ CONFIGURE_ARGS= --with-boost-serialization=boost_serialization \
--with-boost-filesystem=boost_filesystem
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_FUSE= yes
+USES= fuse
USE_GMAKE= yes
USE_LDCONFIG= yes