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 /emulators/open-vm-tools | |
parent | 7045030009ee59cfe75c17ba591c3798c3478b68 (diff) | |
download | ports-d26530b7136cdbbc743cb41cba488928a2fb490e.tar.gz ports-d26530b7136cdbbc743cb41cba488928a2fb490e.zip |
Notes
Diffstat (limited to 'emulators/open-vm-tools')
-rw-r--r-- | emulators/open-vm-tools/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/open-vm-tools/Makefile b/emulators/open-vm-tools/Makefile index 67368f44b0ac..0e884b436141 100644 --- a/emulators/open-vm-tools/Makefile +++ b/emulators/open-vm-tools/Makefile @@ -53,8 +53,7 @@ CONFLICTS= open-vm-tools-nox11-[0-9]* .endif .if !defined(WITHOUT_FUSE) -LIB_DEPENDS+= fuse.2:${PORTSDIR}/sysutils/fusefs-libs -RUN_DEPENDS+= mount_fusefs:${PORTSDIR}/sysutils/fusefs-kmod +USE_FUSE= yes PLIST_SUB+= FUSE="" .else PLIST_SUB+= FUSE="@comment " |