diff options
Diffstat (limited to 'emulators/vmware-guestd3/Makefile')
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index bbdb999babad..aa0049306b7b 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -23,6 +23,9 @@ ONLY_FOR_ARCHS= i386 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 |