diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/vmware3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 41fe083..e13a53e 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -6,7 +6,7 @@ # $vmFreeBSD: vmware/vmmon-only/freebsd/port/Makefile,v 1.15 2000/07/31 00:54:32 vsilyaev Exp $ # -PORTNAME= vmware2 +PORTNAME= vmware3 PORTVERSION= 2.0.4.1142 CATEGORIES= emulators linux MASTER_SITES= http://www4.vmware.com/software/ \ @@ -21,6 +21,8 @@ DISTFILES= VMware-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX} \ MAINTAINER= vsilyaev@mindspring.com COMMENT= A virtual machine emulator - a full PC in a window +BROKEN= "work in progress" + RUN_DEPENDS= ${LINUXBASE}/dev/rtc:${PORTSDIR}/emulators/rtc RESTRICTED= "Not sure if we can redistribute it" |