summaryrefslogtreecommitdiff
path: root/emulators/vmware-tools4
diff options
context:
space:
mode:
authorMakoto Matsushita <matusita@FreeBSD.org>2003-05-04 14:39:21 +0000
committerMakoto Matsushita <matusita@FreeBSD.org>2003-05-04 14:39:21 +0000
commitd96f3b1ef3c08054c66bc1f1cc7dacd74e7499db (patch)
tree107bfb7a83814859be3c4270e322e83eaa2218af /emulators/vmware-tools4
parentThis is a small trial to automatically synchronize ghostscript-gnu-commfont (diff)
Fixup for package cluster building.
- Mark NO_PACKAGE since these ports require VMware itself. (and avoid using .ifdef(PACKAGE_BUILDING) also) - Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
Notes
Notes: svn path=/head/; revision=80109
Diffstat (limited to 'emulators/vmware-tools4')
-rw-r--r--emulators/vmware-tools4/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/emulators/vmware-tools4/Makefile b/emulators/vmware-tools4/Makefile
index 510b9db10537..2c7d180c563e 100644
--- a/emulators/vmware-tools4/Makefile
+++ b/emulators/vmware-tools4/Makefile
@@ -24,11 +24,12 @@ 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)
-IGNORE= "Can't build this port since it requires VMware."
-.endif
+NO_PACKAGE= ${RESTRICTED}
VMWARE_VER= 4.0.0
BUILD_VER= 4460