diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-03 16:13:11 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-03 16:13:11 +0000 |
commit | ac94adb818f12a270676e1d73e3bed9dbc3d37c3 (patch) | |
tree | 4ca6b9343e36f643c7b135eb6dbeed82a80c0017 /emulators/vmware3 | |
parent | 9a55396905a0e5e49ac99b8b1c30035348c668a1 (diff) | |
download | ports-ac94adb818f12a270676e1d73e3bed9dbc3d37c3.tar.gz ports-ac94adb818f12a270676e1d73e3bed9dbc3d37c3.zip |
Notes
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index b7a8290d009e..022d34e1ae79 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -26,7 +26,8 @@ PATCHFILES= vmmon-freebsd-0.95.tar.gz \ MAINTAINER= freebsd-emulation@FreeBSD.org -RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base +RUN_DEPENDS= ${LINUX_DIR}/lib/libc.so.6:${PORTSDIR}/emulators/linux_base \ + /dev/rtc:${PORTSDIR}/emulators/rtc RESTRICTED= "Not sure if we can redistribute it" @@ -113,17 +114,6 @@ pre-install: setoptions post-install: ${LN} -s ${PREFIX}/etc/vmware /etc/vmware -.if !exists(/dev/rtc) && !exists(${LINUX_DIR}/dev/rtc) - @${ECHO} "************************************************************" - @${ECHO} "This system doesn't seem to have /dev/rtc device support." - @${ECHO} "With it, you can benefit from VMware's rtc support." - @${ECHO} - @${ECHO} "You may want to grab the unofficial rtc port at:" - @${ECHO} " http://people.FreeBSD.org/~knu/ports/emulators/" - @${ECHO} - @${ECHO} "Use it at your own risk, thanks." - @${ECHO} "************************************************************" -.endif @${CAT} ${PKGMESSAGE} .include <bsd.port.post.mk> |