diff options
author | matusita <matusita@FreeBSD.org> | 2003-05-04 22:39:21 +0800 |
---|---|---|
committer | matusita <matusita@FreeBSD.org> | 2003-05-04 22:39:21 +0800 |
commit | 970321227f5c1a73ea4bf33ebcbc5f75bccec033 (patch) | |
tree | d7dd5790e439fab923adbc2c98ae2e58c332faee /emulators/vmware-guestd5/Makefile | |
parent | e1f3e1c665a73728ba0104531f509af5bf0ff7a9 (diff) | |
download | freebsd-ports-gnome-970321227f5c1a73ea4bf33ebcbc5f75bccec033.tar.gz freebsd-ports-gnome-970321227f5c1a73ea4bf33ebcbc5f75bccec033.tar.zst freebsd-ports-gnome-970321227f5c1a73ea4bf33ebcbc5f75bccec033.zip |
Fixup for package cluster building.
- Mark NO_PACKAGE since these ports require VMware itself.
(and avoid using .ifdef(PACKAGE_BUILDING) also)
- Forget to mark IS_INTERACTIVE if !BATCH (vmware-guest4).
Diffstat (limited to 'emulators/vmware-guestd5/Makefile')
-rw-r--r-- | emulators/vmware-guestd5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/vmware-guestd5/Makefile b/emulators/vmware-guestd5/Makefile index 3cdcefce97a2..0a42940f9212 100644 --- a/emulators/vmware-guestd5/Makefile +++ b/emulators/vmware-guestd5/Makefile @@ -27,9 +27,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= 4.0.0 BUILD_VER= 4460 |