diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2007-06-08 17:40:56 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2007-06-08 17:40:56 +0000 |
commit | 709c163a9179f1eed0ac1b2748b0434c6b811dbe (patch) | |
tree | c2d6282b6d28a7eed40310a04d7f3f00ed88d924 /emulators/vmware-tools6 | |
parent | 8e7ef2f8d1c05e0620ad99ae2c09cae26d0167ab (diff) |
More fix on X modules.
The X server modules (display driver and mouse driver) bundled with
VMware Tools doesn't work with X.Org 7.2 server. So install these
modules if and only if X is actually XFree86 4.x.
Also fix pkg-plist (sorry the last commit makes plist broken.)
Bump vmware-tools6 PORTREVISION to note the changes above.
For X.Org 7.2 users:
x11-drivers/xf86-video-vmware is the video driver for VMs, that
is installed by default.
x11-drivers/xf86-input-vmmouse is the mouse driver for VMs.
However, it doesn't need if vmware-toolbox runs.
Notes
Notes:
svn path=/head/; revision=193052
Diffstat (limited to 'emulators/vmware-tools6')
-rw-r--r-- | emulators/vmware-tools6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index 357bf1bc0288..c7a77bd853ee 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -6,7 +6,7 @@ # PORTNAME= vmware -PORTREVISION?= 1 +PORTREVISION?= 2 MASTER_SITES= # bundled with VMware Workstation PKGNAMESUFFIX?= -tools |