diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-03-15 16:50:26 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-03-15 16:50:26 +0000 |
commit | 464ad08c1396b720cbfb559713a0a22ebb5fab76 (patch) | |
tree | a7006b49c489797d970cfd9c3414c74e2dd32567 /emulators | |
parent | 3be9f401bfe428ddfa6356c074e6548099671940 (diff) | |
download | FreeBSD-ports-464ad08c1396b720cbfb559713a0a22ebb5fab76.zip FreeBSD-ports-464ad08c1396b720cbfb559713a0a22ebb5fab76.tar.gz |
Fix bento by insisting on XFree86-4.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware_xf4mod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/vmware_xf4mod/Makefile b/emulators/vmware_xf4mod/Makefile index 6f2f3f2..19eda66 100644 --- a/emulators/vmware_xf4mod/Makefile +++ b/emulators/vmware_xf4mod/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= # none MAINTAINER= nsayer@freebsd.org +RUN_DEPENDS= XFree86:${PORTSDIR}/x11/XFree86-4 + NO_WRKSUBDIR= yes NO_BUILD= yes |