diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2002-05-11 13:14:48 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2002-05-11 13:14:48 +0000 |
commit | 05fdf408576cea308b0da64b6ca76925d78fef97 (patch) | |
tree | ae41290714932e2c36a45351a6181f106d8f356c /emulators/vmware-tools5/Makefile | |
parent | Update VMware toolbox and VMware guestd to 3.1.1 build 1790. (diff) |
Mark FORBIDDEN if PACKAGE_BUILDING. These ports cannot build without
VMware Workstation itself.
Suggested by: knu
Notes
Notes:
svn path=/head/; revision=58919
Diffstat (limited to 'emulators/vmware-tools5/Makefile')
-rw-r--r-- | emulators/vmware-tools5/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vmware-tools5/Makefile b/emulators/vmware-tools5/Makefile index 50e5d5ee8ecb..eee6600450fa 100644 --- a/emulators/vmware-tools5/Makefile +++ b/emulators/vmware-tools5/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 |