diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2004-02-06 15:33:19 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2004-02-06 15:33:19 +0000 |
commit | 45a84fe0d9f097900d34c869d9ad09c2915e3385 (patch) | |
tree | a9635574447e7871ed893abc2cbcc374f53178a0 /emulators/vmware-guestd3 | |
parent | - Update to version 0.6.6 (diff) |
Put NO_LATEST_LINK to previous versions of VMware Tools.
No content changes, no bumps.
Noticed by: kris
Diffstat (limited to 'emulators/vmware-guestd3')
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |