From 05fdf408576cea308b0da64b6ca76925d78fef97 Mon Sep 17 00:00:00 2001 From: Makoto Matsushita Date: Sat, 11 May 2002 13:14:48 +0000 Subject: Mark FORBIDDEN if PACKAGE_BUILDING. These ports cannot build without VMware Workstation itself. Suggested by: knu --- emulators/vmware-tools6/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emulators/vmware-tools6') diff --git a/emulators/vmware-tools6/Makefile b/emulators/vmware-tools6/Makefile index 50e5d5ee8ecb..eee6600450fa 100644 --- a/emulators/vmware-tools6/Makefile +++ b/emulators/vmware-tools6/Makefile @@ -25,6 +25,9 @@ USE_X_PREFIX= yes NO_BUILD= yes RESTRICTED= "Not sure if we can redistribute this." +.if defined(PACKAGE_BUILDING) +FORBIDDEN= "Can't build this port since it requires VMware." +.endif VMWARE_VER= 3.1.1 BUILD_VER= 1790 -- cgit v1.2.3