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/vmware2 | |
parent | Changes: (diff) |
Make it run-depend on the emulators/rtc port and delete notice.
Notes
Notes:
svn path=/head/; revision=27309
Diffstat (limited to 'emulators/vmware2')
-rw-r--r-- | emulators/vmware2/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/emulators/vmware2/Makefile b/emulators/vmware2/Makefile index b7a8290d009e..022d34e1ae79 100644 --- a/emulators/vmware2/Makefile +++ b/emulators/vmware2/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> |