diff options
Diffstat (limited to 'emulators/vmware-tools3')
-rw-r--r-- | emulators/vmware-tools3/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/vmware-tools3/Makefile b/emulators/vmware-tools3/Makefile index b43ca36234ee..1e14b591a4bf 100644 --- a/emulators/vmware-tools3/Makefile +++ b/emulators/vmware-tools3/Makefile @@ -29,9 +29,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= 3.1.1 BUILD_VER= 1790 |