diff options
author | matusita <matusita@FreeBSD.org> | 2005-05-29 11:56:30 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2005-05-29 11:56:30 +0800 |
commit | 196e3831a713aee6a994f467423d40da6599daa5 (patch) | |
tree | b08b591c393c6b9ec506cb8c05e87dc05a75f864 /emulators | |
parent | c364fd632501db65db97135786e9a2ae1717dc85 (diff) | |
download | freebsd-ports-gnome-196e3831a713aee6a994f467423d40da6599daa5.tar.gz freebsd-ports-gnome-196e3831a713aee6a994f467423d40da6599daa5.tar.zst freebsd-ports-gnome-196e3831a713aee6a994f467423d40da6599daa5.zip |
Forget to set NO_LATEST_LINKS.
Submitted by: kris
Diffstat (limited to 'emulators')
-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 |