diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-08-25 21:16:20 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-08-25 21:16:20 +0000 |
commit | 868b2cb0279bdd31a6c612a76ffb96fe24140a8e (patch) | |
tree | c218b87b3c7fec309aebb38ccd117543f1fe6fbd /emulators/qemu | |
parent | 1f3bbfc8d882241430889ff9c4dd4fc47ebc5841 (diff) | |
download | ports-868b2cb0279bdd31a6c612a76ffb96fe24140a8e.tar.gz ports-868b2cb0279bdd31a6c612a76ffb96fe24140a8e.zip |
Notes
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 09f4b2cd1121..f5029fc801ee 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -27,7 +27,7 @@ COMMENT= QEMU CPU Emulator BUILD_DEPENDS+= texi2html:${PORTSDIR}/textproc/texi2html .if defined(WITH_SAMBA) -RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba +RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3 .endif .if defined(WITH_KQEMU) BUILD_DEPENDS+= kqemu-kmod>=1.3.0pre5:${PORTSDIR}/emulators/kqemu-kmod |