summaryrefslogtreecommitdiff
path: root/emulators/vmware3
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 20:13:20 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-09 20:13:20 +0000
commit32ca423e3126b78ed2e99bb453bba3db57f760b6 (patch)
treef749262f175cc15d75c778e462c74fbddfacb5fd /emulators/vmware3
parentK-Track is an graphical satellite prediction Program that runs under KDE. (diff)
Fix check for kernel sources.
PR: ports/96543 Submited by: Alexandr Kovalenko <never@nevermind.kiev.ua>, the patch commited: from maintianer.
Notes
Notes: svn path=/head/; revision=167301
Diffstat (limited to 'emulators/vmware3')
-rw-r--r--emulators/vmware3/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile
index 6260e0604083..2494a34f3ec2 100644
--- a/emulators/vmware3/Makefile
+++ b/emulators/vmware3/Makefile
@@ -64,7 +64,7 @@ IGNORE= systems prior to FreeBSD 480102 currently out of support
IGNORE= linprocfs is required, please build the module and/or add it to your kernel
.endif
-.if !exists(${SRC_BASE}/Makefile)
+.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= kernel source files required
.endif