aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2004-01-22 06:10:20 +0800
committersilby <silby@FreeBSD.org>2004-01-22 06:10:20 +0800
commitd4515a1e869d1cf1c49a34648764dd7832b2ed65 (patch)
tree354c61374dd71615c80b3d7c4cb92a4c385b7cd3 /emulators
parent0ea67219a4e4129024ea47a810cd75189eb2683d (diff)
downloadfreebsd-ports-gnome-d4515a1e869d1cf1c49a34648764dd7832b2ed65.tar.gz
freebsd-ports-gnome-d4515a1e869d1cf1c49a34648764dd7832b2ed65.tar.zst
freebsd-ports-gnome-d4515a1e869d1cf1c49a34648764dd7832b2ed65.zip
Make the linprocfs check succeed if linprocfs is already mounted, and
make the error message (hopefully) more descriptive.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vmware3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index 380efe7e6433..74f296ea9700 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -54,8 +54,8 @@ MODULES= vmmon vmnet
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)
-IGNORE= "This software absolutely requires Linux procfs support"
+.if !defined(HAVE_LINPROCFS) && !exists(/modules/linprocfs.ko) && !exists(/boot/kernel/linprocfs.ko) && !exists(${PREFIX}/modules/linprocfs.ko) && !exists(/compat/linux/proc/version)
+IGNORE= "linprocfs is required, please build the module and/or add it to your kernel"
.endif
.if !exists(${SRC_BASE}/Makefile)