diff options
author | matusita <matusita@FreeBSD.org> | 2007-04-23 14:09:27 +0000 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2007-04-23 14:09:27 +0000 |
commit | 63f08896092c2c5deab86c18e61dbef45115e08f (patch) | |
tree | d5102390cb0b2c1315f602857f94ce103f55edd9 /emulators | |
parent | 8763fb3ef9c18b556d2255a06a089db3bf68c430 (diff) | |
download | FreeBSD-ports-63f08896092c2c5deab86c18e61dbef45115e08f.zip FreeBSD-ports-63f08896092c2c5deab86c18e61dbef45115e08f.tar.gz |
Ouch... vmware-tools6 must depend on vmware-guestd6, not 5.
Found by: motoyuki (via ReichaNet)
Pointy hat to: matusita
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware-guestd6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 60a6c0c..8c993b4 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -17,7 +17,7 @@ MAINTAINER= matusita@FreeBSD.org COMMENT?=VMware guest OS supporting daemon (VMware Workstation 6.x, FreeBSD version) .if defined(VMWARE_X_PORTS) -RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd5 +RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd6 .endif DISTDIR= ${MOUNT_PT} |