From d96f3b1ef3c08054c66bc1f1cc7dacd74e7499db Mon Sep 17 00:00:00 2001 From: Makoto Matsushita 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/vmware-guestd6/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'emulators/vmware-guestd6') diff --git a/emulators/vmware-guestd6/Makefile b/emulators/vmware-guestd6/Makefile index 3cdcefce97a2..0a42940f9212 100644 --- a/emulators/vmware-guestd6/Makefile +++ b/emulators/vmware-guestd6/Makefile @@ -27,9 +27,7 @@ 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 -- cgit v1.2.3