diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2007-03-02 14:53:53 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2007-03-02 14:53:53 +0000 |
commit | b6473072bec62ca0c26da110efc4f602ab7bac19 (patch) | |
tree | 9cd18ee059925e22f55ec4ef442929ff9cdd5d81 /emulators/linux-vmware-toolbox6/Makefile | |
parent | - Move cnofiguration files into PREFIX/etc instead of /etc (diff) |
Introducing VMware Tools for VMware Workstation 6 beta 3.
As usual, all three ports are updated after repocoping from
version 5 ports (this is why this ports is 'committed,' not 'imported.')
Note to 7-current users: vmware-guestd and other binaries requires
libc.so.6 to work. Since there is no misc/compat6x yet, this ports
is marked as 'IGNORE' if there is no libc.so.6.
Diffstat (limited to '')
-rw-r--r-- | emulators/linux-vmware-toolbox6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux-vmware-toolbox6/Makefile b/emulators/linux-vmware-toolbox6/Makefile index 77d0cb092888..1cc979ce2c6f 100644 --- a/emulators/linux-vmware-toolbox6/Makefile +++ b/emulators/linux-vmware-toolbox6/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= linux- DISTNAME= VMwareTools-${VMWARE_VER}-${BUILD_VER} MAINTAINER= matusita@FreeBSD.org -COMMENT=VMware toolbox for guest OS (VMware Workstation 5.x, Linux version) +COMMENT=VMware toolbox for guest OS (VMware Workstation 6.x, Linux version) RUN_DEPENDS= ${LINUXBASE}/usr/lib/libgtk-1.2.so.0:${PORTSDIR}/x11-toolkits/linux-gtk @@ -34,8 +34,8 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} -VMWARE_VER= 5.5.1 -BUILD_VER= 19175 +VMWARE_VER= 6.0.0 +BUILD_VER= 39849 .include <bsd.port.pre.mk> |