diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-09-06 10:41:38 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-09-06 10:41:38 +0000 |
commit | 58574bbfeae0b32ac73b32d119566323114eb140 (patch) | |
tree | 154f02cf19176f2aad5ac14c5633f6b4a12ddc49 /emulators/vmware-guestd5 | |
parent | 18f670da2745f4f64498b7291838c883504f5eaf (diff) | |
download | ports-58574bbfeae0b32ac73b32d119566323114eb140.tar.gz ports-58574bbfeae0b32ac73b32d119566323114eb140.zip |
Notes
Diffstat (limited to 'emulators/vmware-guestd5')
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 9231b4c7a3d3..ad54aa3478aa 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -35,8 +35,8 @@ NO_BUILD= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} -VMWARE_VER= 4.0.1 -BUILD_VER= 5289 +VMWARE_VER= 4.0.2 +BUILD_VER= 5592 MOUNT_DEV?= /dev/acd0 MOUNT_PT?= /mnt |