diff options
Diffstat (limited to 'emulators/vmware3/Makefile')
-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 d5a2730835ba..f4405064ab99 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -87,7 +87,7 @@ pre-fetch: @${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" @${ECHO} -.elif ${OSVERSION} < 500113 +.elif ${OSVERSION} < 500113 && ${OSVERSION} > 500000 @${ECHO} @${ECHO} "You need an uncommitted kernel patch to run this port:" @${ECHO} "You can get it at: http://people.freebsd.org/~mbr/patches/" |