diff options
author | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-11-11 01:31:50 +0000 |
---|---|---|
committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2001-11-11 01:31:50 +0000 |
commit | b80e5ac6af8d4ef5566d78e85e7cec07681e05dc (patch) | |
tree | 4437e8105674eb9e5964b83b2d0dac35fc315053 /emulators/vmware3/Makefile | |
parent | 3dcc8054e74886b940963b3e1ff4f2893cb82f5f (diff) | |
download | ports-b80e5ac6af8d4ef5566d78e85e7cec07681e05dc.tar.gz ports-b80e5ac6af8d4ef5566d78e85e7cec07681e05dc.zip |
Notes
Diffstat (limited to 'emulators/vmware3/Makefile')
-rw-r--r-- | emulators/vmware3/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 0fb87130659c..8a2234881726 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -85,6 +85,9 @@ pre-patch: .endfor post-patch: +.if ${OSVERSION} >= 500023 + cat ${FILESDIR}/kse.patch | (cd ${WRKSRC} && patch) > /dev/null 2>&1 +.endif ${CP} ${FILESDIR}/Makefile ${WRKSRC} ${CP} ${FILESDIR}/Makefile.vmmon ${WRKSRC}/vmmon-only/Makefile ${RM} -rf ${WRKSRC}/vmmon-only/linux/ |