diff options
author | Makoto Matsushita <matusita@FreeBSD.org> | 2003-05-04 14:39:21 +0000 |
---|---|---|
committer | Makoto Matsushita <matusita@FreeBSD.org> | 2003-05-04 14:39:21 +0000 |
commit | d96f3b1ef3c08054c66bc1f1cc7dacd74e7499db (patch) | |
tree | 107bfb7a83814859be3c4270e322e83eaa2218af /emulators/vmware-guestd5 | |
parent | 803b9c355dcb361bf7f2679d2e0f06dcf276fa51 (diff) | |
download | ports-d96f3b1ef3c08054c66bc1f1cc7dacd74e7499db.tar.gz ports-d96f3b1ef3c08054c66bc1f1cc7dacd74e7499db.zip |
Notes
Diffstat (limited to 'emulators/vmware-guestd5')
-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 |