diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-11 21:49:17 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-11 21:49:17 +0800 |
commit | 869ce725a89b14640ccb1c45313face1a560c205 (patch) | |
tree | 6e67a7bbc61f6f1e91614e0a1ea8ac9009e2b651 /emulators/vmware3 | |
parent | 59f91ee344641718793198f35ddb61fd3fb06467 (diff) | |
download | freebsd-ports-gnome-869ce725a89b14640ccb1c45313face1a560c205.tar.gz freebsd-ports-gnome-869ce725a89b14640ccb1c45313face1a560c205.tar.zst freebsd-ports-gnome-869ce725a89b14640ccb1c45313face1a560c205.zip |
kern.ipc.shm_allow_removed was MFC'ed.
Diffstat (limited to 'emulators/vmware3')
-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" |