diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-15 16:50:26 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-03-15 16:50:26 +0000 |
commit | 86d2c971318e5a7622e40695c8ceee15c5a53c9f (patch) | |
tree | b1ae3a39b1e72a374c320d7dd0ddc610ceb74622 /emulators/vmware_xf4mod/Makefile | |
parent | Fix dependencies to tcl/tk 8.3 (diff) |
Fix bento by insisting on XFree86-4.
Diffstat (limited to 'emulators/vmware_xf4mod/Makefile')
-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 6f2f3f2784e8..19eda66d50ca 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 |