Changes between Initial Version and Version 1 of Ticket #43403, comment 6


Ignore:
Timestamp:
Apr 20, 2014, 3:48:31 AM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43403, comment 6

    initial v1  
    22In the encfs port file just replace the line:
    33
     4{{{
    45depends_lib         port:rlog port:openssl path:lib/libfuse.dylib:fuse4x port:gettext port:boost
     6}}}
    57
    68with
    79
     10{{{
    811depends_lib         port:rlog port:openssl path:lib/libfuse.dylib:osxfuse port:gettext port:boost
     12}}}
    913
    1014and everything builds and works fine. So it's really just "osxfuse" instead of "fuse4x" - that's all.