diff options
author | silby <silby@FreeBSD.org> | 2004-06-24 15:56:08 +0800 |
---|---|---|
committer | silby <silby@FreeBSD.org> | 2004-06-24 15:56:08 +0800 |
commit | 10d8b1d9774026898cbcdc5ca123932ae8bb044f (patch) | |
tree | e5cc346bbd2673c89ea9f595684466cb9adf1d0d /emulators | |
parent | 3fd0d9ca2732760063d5228f8b8c34e7705add42 (diff) | |
download | freebsd-ports-gnome-10d8b1d9774026898cbcdc5ca123932ae8bb044f.tar.gz freebsd-ports-gnome-10d8b1d9774026898cbcdc5ca123932ae8bb044f.tar.zst freebsd-ports-gnome-10d8b1d9774026898cbcdc5ca123932ae8bb044f.zip |
Fix a comparison that was giving false "you need a patch" messages
on 4.x systems. No need for port revision bump.
Diffstat (limited to 'emulators')
-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/" |