diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-07-24 15:10:14 +0000 |
commit | c925c340dd97e7ad1d69c678a1fadd6e4812218d (patch) | |
tree | d1416e18a908c186dcbc6027e4b0c82a401d5b9d /sysutils/fusefs-ntfs | |
parent | d49f588c082eafffb760c278a743f2665b9bcdeb (diff) | |
download | ports-c925c340dd97e7ad1d69c678a1fadd6e4812218d.tar.gz ports-c925c340dd97e7ad1d69c678a1fadd6e4812218d.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index 85b3acde4284..1f05112ba41a 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64 USE_LDCONFIG= yes USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS= --mandir=${PREFIX}/man --exec-prefix=${PREFIX} +CONFIGURE_ARGS= --exec-prefix=${PREFIX} OPTIONS= LOCK "Lock the device when mounting (avoids access)" off \ UBLIO "Enable user space cache for improved speed" on |