diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-26 05:16:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-26 05:16:20 +0800 |
commit | bd4e796eafdfa56bffbe879f125aed523490c2fc (patch) | |
tree | 3eeb0ec914fe34c1770c074c4f18bbe577571983 | |
parent | 422ffccb0bf52f15ddfc7f1126037bb3be3e74b7 (diff) | |
download | freebsd-ports-graphics-bd4e796eafdfa56bffbe879f125aed523490c2fc.tar.gz freebsd-ports-graphics-bd4e796eafdfa56bffbe879f125aed523490c2fc.tar.zst freebsd-ports-graphics-bd4e796eafdfa56bffbe879f125aed523490c2fc.zip |
- change to samba3
PR: ports/102494
Submitted by: Juergen Lock <nox(at)jelal.kn-bremen.de>,(maintainer)
Approved by: krion (mentor)
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 | ||||
-rw-r--r-- | emulators/qemu/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 09f4b2cd112..f5029fc801e 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/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 diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index 09f4b2cd112..f5029fc801e 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 |