From 3890d5aa459519b089650b1370476c6bf2455f4f Mon Sep 17 00:00:00 2001 From: knu Date: Mon, 3 Apr 2000 16:13:11 +0000 Subject: Make it run-depend on the emulators/rtc port and delete notice. --- emulators/vmware3/Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'emulators/vmware3') diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index b7a8290..022d34e 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 -- cgit v1.1