From 970321227f5c1a73ea4bf33ebcbc5f75bccec033 Mon Sep 17 00:00:00 2001 From: matusita <matusita@FreeBSD.org> Date: Sun, 4 May 2003 14:39:21 +0000 Subject: 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). --- emulators/linux-vmware-toolbox5/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'emulators/linux-vmware-toolbox5') diff --git a/emulators/linux-vmware-toolbox5/Makefile b/emulators/linux-vmware-toolbox5/Makefile index 559b05b031ef..e239e491956a 100644 --- a/emulators/linux-vmware-toolbox5/Makefile +++ b/emulators/linux-vmware-toolbox5/Makefile @@ -29,6 +29,7 @@ IS_INTERACTIVE= yes .endif RESTRICTED= "Not sure if we can redistribute this." +NO_PACKAGE= ${RESTRICTED} VMWARE_VER= 4.0.0 BUILD_VER= 4460 -- cgit