diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2005-06-17 22:59:29 +0000 |
commit | 23b3bc4b0d01608d37199d39bb546c6c9d6a8b1d (patch) | |
tree | fa03305e656151ebe33c7e94eacc947b13d1c273 /emulators/linux-vmware-toolbox2 | |
parent | b347391f9ad81dd1ebc74b80d713888404b304bd (diff) |
Notes
Diffstat (limited to 'emulators/linux-vmware-toolbox2')
-rw-r--r-- | emulators/linux-vmware-toolbox2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/linux-vmware-toolbox2/Makefile b/emulators/linux-vmware-toolbox2/Makefile index e31b3a929bbb..79df27b0d7f2 100644 --- a/emulators/linux-vmware-toolbox2/Makefile +++ b/emulators/linux-vmware-toolbox2/Makefile @@ -16,10 +16,9 @@ DISTNAME= vmware-linux-tools MAINTAINER= matusita@FreeBSD.org COMMENT=VMware toolbox for guest OS (for VMware 2.x, Linux version) -RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs - ONLY_FOR_ARCHS= i386 PLIST_FILES= bin/linux-vmware-toolbox +USE_LINUX= yes USE_X_PREFIX= yes NO_BUILD= yes .if !defined(BATCH) @@ -47,7 +46,6 @@ MOUNT_DEV?= vn0 .else MOUNT_DEV?= fd0 .endif -STRIP= VMWARE_VER= 2.0.4 BUILD_VER= 1142 @@ -98,6 +96,7 @@ do-fetch: .endif do-install: + ${BRANDELF} -t Linux ${WRKSRC}/vmware-toolbox ${INSTALL_PROGRAM} ${WRKSRC}/vmware-toolbox ${PREFIX}/bin/linux-vmware-toolbox .include <bsd.port.post.mk> |