diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /emulators/linux-vmware-toolbox5 | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'emulators/linux-vmware-toolbox5')
-rw-r--r-- | emulators/linux-vmware-toolbox5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index bf43ad9c3bc1..869a6428e3dd 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -7,6 +7,7 @@ PORTNAME= vmware-toolbox PORTVERSION= ${VMWARE_VER}.${BUILD_VER} +PORTREVISION= 1 CATEGORIES= emulators linux MASTER_SITES= # bundled with VMware itself PKGNAMEPREFIX= linux- @@ -15,6 +16,8 @@ DISTNAME= vmware-linux-tools MAINTAINER= matusita@FreeBSD.org COMMENT=VMware toolbox for guest OS (for VMware 4.x, Linux version) +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs + DISTDIR= ${MOUNT_PT} IGNOREFILES= ${DISTFILES} PLIST_FILES= bin/linux-vmware-toolbox |