diff options
author | matusita <matusita@FreeBSD.org> | 2007-06-09 01:40:56 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2007-06-09 01:40:56 +0800 |
commit | bcde6a5ce15cb1879f11a87bc482e96a6935dd8e (patch) | |
tree | 92aa83bb7ee17b9f16f2b44cc5e8735b1109c626 /emulators/vmware-tools6 | |
parent | 138c01f7eb0117f7b4e576732d8daade4c8c05e5 (diff) | |
download | freebsd-ports-gnome-bcde6a5ce15cb1879f11a87bc482e96a6935dd8e.tar.gz freebsd-ports-gnome-bcde6a5ce15cb1879f11a87bc482e96a6935dd8e.tar.zst freebsd-ports-gnome-bcde6a5ce15cb1879f11a87bc482e96a6935dd8e.zip |
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.
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 |