aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2000-04-04 00:13:11 +0800
committerknu <knu@FreeBSD.org>2000-04-04 00:13:11 +0800
commit3890d5aa459519b089650b1370476c6bf2455f4f (patch)
tree0c6b63f8c6196655290849d4b9496407c7640ab2
parenta04b255ddc5c4cb69694814e068a5be696a75d4b (diff)
downloadfreebsd-ports-gnome-3890d5aa459519b089650b1370476c6bf2455f4f.tar.gz
freebsd-ports-gnome-3890d5aa459519b089650b1370476c6bf2455f4f.tar.zst
freebsd-ports-gnome-3890d5aa459519b089650b1370476c6bf2455f4f.zip
Make it run-depend on the emulators/rtc port and delete notice.
-rw-r--r--emulators/vmware2/Makefile14
-rw-r--r--emulators/vmware3/Makefile14
2 files changed, 4 insertions, 24 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>
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>