[Lunar-commits] <moonbase> encfs has an optional dependency on boost

Samuel Verstraete elangelo at lunar-linux.org
Wed May 28 13:57:43 CEST 2008


commit a374d9ef69a7707aeb06a74cb04b42eb06abafd8
Author: Samuel Verstraete <elangelo at lunar-linux.org>
Date:   Wed May 28 13:57:43 2008 +0200

    encfs has an optional dependency on boost
    made it a hard dependency as i don't succeed in compiling it without boost
---
 filesys/encfs/DEPENDS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/filesys/encfs/DEPENDS b/filesys/encfs/DEPENDS
index 379137a..b7a2781 100644
--- a/filesys/encfs/DEPENDS
+++ b/filesys/encfs/DEPENDS
@@ -1,4 +1,5 @@
 depends fuse
+depends boost
 depends rlog
 
 optional_depends "openssl" "" "" "For SSL encryption options"


More information about the Lunar-commits mailing list