diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-10-11 11:54:34 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-10-11 11:54:34 +0000 |
commit | 768b27fd8abd9ba54ca87cff2331c450696d84cd (patch) | |
tree | 33a29a440ac8420871658903f7e3b80bb0ab8adf /emulators/linux-vmware-toolbox5 | |
parent | a few files in the 1.1 lang/smarteiffel port had the wrong path (the build path) (diff) |
Update for VMware Workstation 4.0.5 build-6030.
Diffstat (limited to 'emulators/linux-vmware-toolbox5')
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index b049d6a9f2a4..49a23a8ff630 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -31,8 +31,8 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} -VMWARE_VER= 4.0.2 -BUILD_VER= 5592 +VMWARE_VER= 4.0.5 +BUILD_VER= 6030 MOUNT_DEV?= /dev/acd0 MOUNT_PT?= /mnt |