aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2010-08-15 05:35:28 +0800
committerJuergen Lock <nox@FreeBSD.org>2010-08-15 05:35:28 +0800
commit15652c8eae10b495fa60a2bf9a191018fbe00d1b (patch)
treebbcc6dcc9998835b2a020496db64eb308cce26f3 /emulators
parented9132b67c31a464f952b9eca7a7f604a4a66b43 (diff)
downloadfreebsd-ports-gnome-15652c8eae10b495fa60a2bf9a191018fbe00d1b.tar.gz
freebsd-ports-gnome-15652c8eae10b495fa60a2bf9a191018fbe00d1b.tar.zst
freebsd-ports-gnome-15652c8eae10b495fa60a2bf9a191018fbe00d1b.zip
Update samba dependency from net/samba3 to net/samba34.
Submitted by: jsa on irc
Diffstat (limited to 'emulators')
-rw-r--r--emulators/qemu-devel/Makefile2
-rw-r--r--emulators/qemu/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile
index 45ffebc36a9c..f74ff51c7ff3 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -79,7 +79,7 @@ CONFIGURE_ARGS+= --audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus
.endif
.if defined(WITH_SAMBA)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3
+RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba34
.endif
.if defined(NOPORTDOCS)
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index ae7bb243c0cd..009a7df939a4 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -81,7 +81,7 @@ CONFIGURE_ARGS+= --audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus
CONFIGURE_ARGS+= --disable-bsd-user
.if defined(WITH_SAMBA)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba3
+RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba34
.endif
.if defined(WITH_KQEMU)