diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-03-20 03:33:38 +0800 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-03-20 03:33:38 +0800 |
commit | 03b71f0606714b64f839d8c0152b0db9c5e7fe6b (patch) | |
tree | 85a32b8ddaf7475e1663dc2257416fefa14d132b /emulators | |
parent | 54cbcd5424f02dfe6203166d17c9e1d801b5e278 (diff) | |
download | freebsd-ports-gnome-03b71f0606714b64f839d8c0152b0db9c5e7fe6b.tar.gz freebsd-ports-gnome-03b71f0606714b64f839d8c0152b0db9c5e7fe6b.tar.zst freebsd-ports-gnome-03b71f0606714b64f839d8c0152b0db9c5e7fe6b.zip |
Stupid. It depends on vmware in the HOST, not the guest. :-(
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile index ac336103eb51..6af0cdb7bf97 100644 --- a/emulators/vmware_xf4mod/Makefile +++ b/emulators/vmware_xf4mod/Makefile @@ -14,8 +14,7 @@ EXTRACT_SUFX= # none MAINTAINER= nsayer@freebsd.org -RUN_DEPENDS= XFree86:${PORTSDIR}/x11/XFree86-4 \ - ${PREFIX}/lib/vmware/bin/vmware:${PORTSDIR}/emulators/vmware2 +RUN_DEPENDS= XFree86:${PORTSDIR}/x11/XFree86-4 NO_WRKSUBDIR= yes |