diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-02-06 18:06:47 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-02-06 18:06:47 +0000 |
commit | c2ea862179192b4ae3a7f1e42d26714745a38da5 (patch) | |
tree | c2390c39f68f5f03dd42c66506c3701a1faf853a /emulators/vmware-guestd3 | |
parent | . Set LATEST_LINK to avoid conflicting with other jdk ports. (diff) |
Update version string to the last VMware Workstation 3 release.
It is too late to update, but better than unchanged.
Diffstat (limited to 'emulators/vmware-guestd3')
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index a037e62a3bac..721a516a4f91 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -30,8 +30,8 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} -VMWARE_VER= 3.1.1 -BUILD_VER= 1790 +VMWARE_VER= 3.2.1 +BUILD_VER= 2237 MOUNT_DEV?= /dev/acd0c MOUNT_PT?= /mnt |