diff options
author | matusita <matusita@FreeBSD.org> | 2004-02-06 23:33:19 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2004-02-06 23:33:19 +0800 |
commit | 60ae4ab70031ab0838b6c1170d444ef66b3b405e (patch) | |
tree | 47a0cb58e2e762f502302a05c462139801ff15a7 /emulators | |
parent | f78cabf6940483223985fd70a3fd5cad9a6426e8 (diff) | |
download | freebsd-ports-gnome-60ae4ab70031ab0838b6c1170d444ef66b3b405e.tar.gz freebsd-ports-gnome-60ae4ab70031ab0838b6c1170d444ef66b3b405e.tar.zst freebsd-ports-gnome-60ae4ab70031ab0838b6c1170d444ef66b3b405e.zip |
Put NO_LATEST_LINK to previous versions of VMware Tools.
No content changes, no bumps.
Noticed by: kris
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-vmware-toolbox2/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-tools2/Makefile | 1 | ||||
-rw-r--r-- | emulators/vmware-tools3/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/emulators/linux-vmware-toolbox2/Makefile b/emulators/linux-vmware-toolbox2/Makefile index 149f4c73ef0a..8815fd00ca10 100644 --- a/emulators/linux-vmware-toolbox2/Makefile +++ b/emulators/linux-vmware-toolbox2/Makefile @@ -26,6 +26,7 @@ IS_INTERACTIVE= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} +NO_LATEST_LINK= yes .include <bsd.port.pre.mk> diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index d0bda46a06d0..a037e62a3bac 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -22,6 +22,7 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 NO_BUILD= yes +NO_LATEST_LINK= yes .if !defined(BATCH) IS_INTERACTIVE= yes .endif diff --git a/emulators/vmware-tools2/Makefile b/emulators/vmware-tools2/Makefile index 158ff2e47f3e..5c203fc6ff9b 100644 --- a/emulators/vmware-tools2/Makefile +++ b/emulators/vmware-tools2/Makefile @@ -23,6 +23,7 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes NO_BUILD= yes +NO_LATEST_LINK= yes RESTRICTED= "Not sure if we can redistribute this." NO_PACKAGE= ${RESTRICTED} diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile index 1e14b591a4bf..39e22d01a624 100644 --- a/emulators/vmware-tools3/Makefile +++ b/emulators/vmware-tools3/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes NO_BUILD= yes +NO_LATEST_LINK= yes .if !defined(BATCH) IS_INTERACTIVE= yes .endif |