diff options
Diffstat (limited to 'emulators/vmware3/Makefile')
-rw-r--r-- | emulators/vmware3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index c06213e8fda8..c933dc9ffc55 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -7,7 +7,7 @@ PORTNAME= vmware3 PORTVERSION= 3.2.1.2242 -PORTREVISION= 9 +PORTREVISION= 10 PORTEPOCH= 1 CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ @@ -22,7 +22,8 @@ DISTFILES= VMware-workstation-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:v MAINTAINER= orlando@break.net COMMENT= A virtual machine emulator - a full PC in a window -RUN_DEPENDS= /dev/rtc:${PORTSDIR}/emulators/rtc +RUN_DEPENDS= /dev/rtc:${PORTSDIR}/emulators/rtc \ + ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs RESTRICTED= "Not sure if we can redistribute it" |