diff options
-rw-r--r-- | emulators/linux-vmware-toolbox4/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd4/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/emulators/linux-vmware-toolbox4/Makefile b/emulators/linux-vmware-toolbox4/Makefile index dfeabe42e3f1..8b7e4836a98e 100644 --- a/emulators/linux-vmware-toolbox4/Makefile +++ b/emulators/linux-vmware-toolbox4/Makefile @@ -33,6 +33,7 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} +NO_LATEST_LINK= yes VMWARE_VER= 4.5.2 BUILD_VER= 8848 diff --git a/emulators/vmware-guestd4/Makefile b/emulators/vmware-guestd4/Makefile index d22f567208a3..0d311a4c4a9a 100644 --- a/emulators/vmware-guestd4/Makefile +++ b/emulators/vmware-guestd4/Makefile @@ -39,6 +39,7 @@ NO_BUILD= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} +NO_LATEST_LINK= yes VMWARE_VER= 4.5.2 BUILD_VER= 8848 |