diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-10 07:18:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-10 07:18:55 +0000 |
commit | 0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd (patch) | |
tree | 683128c556da152a66f86979fec2b58af04bcb70 /emulators/vmware3 | |
parent | eede100791e07e1ad872c7bc0fea24f2effc515d (diff) | |
download | ports-0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd.tar.gz ports-0ecea7d9d6fe5ec42d9d6a132c256840acc59ecd.zip |
Notes
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index ec767464f176..380efe7e6433 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -51,15 +51,15 @@ MODULES= vmmon vmnet .include <bsd.port.pre.mk> .if ${OSVERSION} < 480102 -BROKEN= "Systems prior to FreeBSD 480102 currently out of support" +IGNORE= "Systems prior to FreeBSD 480102 currently out of support" .endif .if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(/boot/kernel/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko) -BROKEN= "This software absolutely requires Linux procfs support" +IGNORE= "This software absolutely requires Linux procfs support" .endif .if !exists(${SRC_BASE}/Makefile) -BROKEN= "Kernel source files required" +IGNORE= "Kernel source files required" .endif .if ${OSVERSION} < 500023 |