diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-11-11 13:49:17 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-11-11 13:49:17 +0000 |
commit | 0cd9b607af8d504b94ccf08a0d0559316d6d1e49 (patch) | |
tree | dda5ef80af32e2e12581a2a8b9e58e8a9515e148 /emulators/vmware3 | |
parent | e8a53c5c7c6859f77a19851b35f1e6d731a473f1 (diff) | |
download | ports-0cd9b607af8d504b94ccf08a0d0559316d6d1e49.tar.gz ports-0cd9b607af8d504b94ccf08a0d0559316d6d1e49.zip |
kern.ipc.shm_allow_removed was MFC'ed.
Notes
Notes:
svn path=/head/; revision=93737
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" |