diff options
Diffstat (limited to 'emulators/vmware-guestd3/Makefile')
-rw-r--r-- | emulators/vmware-guestd3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware-guestd3/Makefile b/emulators/vmware-guestd3/Makefile index aa0049306b7b..b12ef107f005 100644 --- a/emulators/vmware-guestd3/Makefile +++ b/emulators/vmware-guestd3/Makefile @@ -24,7 +24,7 @@ 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." +IGNORE= "Can't build this port since it requires VMware." .endif VMWARE_VER= 3.1.1 |