diff options
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index c0e99b1d6042..8567351c5515 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -82,7 +82,7 @@ PLIST_SUB+= FREEBSD5="" .endif pre-fetch: -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 500000 && ${OSVERSION} < 490100 @${ECHO} @${ECHO} "You need an uncommitted kernel patch to run this port:" @${ECHO} "You can get it at: http://people.freebsd.org/~fjoe/shm-freebsd4-20031105.diff" |