diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2002-05-11 13:11:12 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2002-05-11 13:11:12 +0000 |
commit | 321587b9e1d9c9926920bc8cc9e200925746e429 (patch) | |
tree | 35e12a57ff711c987ea02e4622455829bba16e1e /emulators/vmware-tools5/Makefile | |
parent | After repocopying from ports/emulators/vmware-tools, this directory (diff) |
Update VMware toolbox and VMware guestd to 3.1.1 build 1790.
Add comments that these are for VMware 3.x.
Notes
Notes:
svn path=/head/; revision=58918
Diffstat (limited to 'emulators/vmware-tools5/Makefile')
-rw-r--r-- | emulators/vmware-tools5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile index 23ca8ff9c1f8..50e5d5ee8ecb 100644 --- a/emulators/vmware-tools5/Makefile +++ b/emulators/vmware-tools5/Makefile @@ -26,8 +26,8 @@ NO_BUILD= yes RESTRICTED= "Not sure if we can redistribute this." -VMWARE_VER= 3.0.0 -BUILD_VER= 1455 +VMWARE_VER= 3.1.1 +BUILD_VER= 1790 MOUNT_DEV?= /dev/acd0c MOUNT_PT?= /mnt |