diff options
author | Mike Silbersack <silby@FreeBSD.org> | 2005-10-14 08:49:24 +0000 |
---|---|---|
committer | Mike Silbersack <silby@FreeBSD.org> | 2005-10-14 08:49:24 +0000 |
commit | 6b30f10bccc27d10bfecc7d140add90e2b69ef9c (patch) | |
tree | d5585f90502d60793d5847716d2c60b0d026051e /emulators/vmware3 | |
parent | b06304344923e75052072558bd733dbb26a4f622 (diff) | |
download | ports-6b30f10bccc27d10bfecc7d140add90e2b69ef9c.tar.gz ports-6b30f10bccc27d10bfecc7d140add90e2b69ef9c.zip |
Correct dependency on rtc - it has resided in /dev/rtc instead of
/usr/compat/linux/dev/rtc for quite some time now.
No need for a port version bump.
Notes
Notes:
svn path=/head/; revision=145350
Diffstat (limited to 'emulators/vmware3')
-rw-r--r-- | emulators/vmware3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vmware3/Makefile b/emulators/vmware3/Makefile index 222731bebf22..ffd4227730e9 100644 --- a/emulators/vmware3/Makefile +++ b/emulators/vmware3/Makefile @@ -22,7 +22,7 @@ DISTFILES= VMware-workstation-${PORTVERSION:R}-${PORTVERSION:E}${EXTRACT_SUFX}:v MAINTAINER= orlando@break.net COMMENT= A virtual machine emulator - a full PC in a window -RUN_DEPENDS= ${LINUXBASE}/dev/rtc:${PORTSDIR}/emulators/rtc +RUN_DEPENDS= /dev/rtc:${PORTSDIR}/emulators/rtc RESTRICTED= "Not sure if we can redistribute it" |