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-tools3 | |
parent | ef38d47548e57825a12134ef7f28678df1476259 (diff) | |
download | ports-45a84fe0d9f097900d34c869d9ad09c2915e3385.tar.gz ports-45a84fe0d9f097900d34c869d9ad09c2915e3385.zip |
Notes
Diffstat (limited to 'emulators/vmware-tools3')
-rw-r--r-- | emulators/vmware-tools3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |