diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-04-19 07:14:17 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-04-19 07:14:17 +0000 |
commit | c82f74e91638c14e42a7d5bb2c1f03f546914798 (patch) | |
tree | 3cf95349222a84aa40f24d1ddee76ae429c601ba /emulators/vmware-tools3 | |
parent | 2f8f686b91bded9c922d2e4181b7305e2f3dcb31 (diff) |
Notes
Diffstat (limited to 'emulators/vmware-tools3')
-rw-r--r-- | emulators/vmware-tools3/Makefile | 7 | ||||
-rw-r--r-- | emulators/vmware-tools3/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile index 065972ce96de..531755196a5b 100644 --- a/emulators/vmware-tools3/Makefile +++ b/emulators/vmware-tools3/Makefile @@ -12,10 +12,10 @@ MASTER_SITES= # none DISTNAME= vmware-freebsd-tools MAINTAINER= matusita@FreeBSD.org -COMMENT=VMware tools for FreeBSD guest OS (for VMware 3.x) +COMMENT=VMware tools for guest OS (for VMware 3.x, FreeBSD version) LIB_DEPENDS= c.3:${PORTSDIR}/misc/compat3x -RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd +RUN_DEPENDS= ${LOCALBASE}/sbin/vmware-guestd:${PORTSDIR}/emulators/vmware-guestd3 DISTDIR= ${MOUNT_PT} IGNOREFILES= ${DISTFILES} @@ -24,6 +24,9 @@ WRKSRC= ${WRKDIR}/vmware-freebsd-tools ONLY_FOR_ARCHS= i386 USE_X_PREFIX= yes NO_BUILD= yes +.if !defined(BATCH) +IS_INTERACTIVE= yes +.endif RESTRICTED= "Not sure if we can redistribute this." .if defined(PACKAGE_BUILDING) diff --git a/emulators/vmware-tools3/pkg-descr b/emulators/vmware-tools3/pkg-descr index e8deec969f96..07e884cac2bd 100644 --- a/emulators/vmware-tools3/pkg-descr +++ b/emulators/vmware-tools3/pkg-descr @@ -11,6 +11,6 @@ This ports will install vmware-toolbox to your computer, and XFree86 X server if you set XFREE86_VERSION to 3 in /etc/make.conf, If you already use XFree86 4.1.0 or later, you may use 'vmware' driver for X server. Vmware-guestd is installed as a separate port, -ports/emulators/vmware-guestd, but this port install guestd automatically. +ports/emulators/vmware-guestd3, but this port install guestd automatically. WWW: http://www.vmware.com/products/desktop/ws_features.html |