aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorJuergen Lock <nox@FreeBSD.org>2011-07-03 06:02:38 +0800
committerJuergen Lock <nox@FreeBSD.org>2011-07-03 06:02:38 +0800
commit8cc334169bd63dddf6d3e50d3b50439cb07549e2 (patch)
tree85ca50fcaad270f5e09e40b235bb685017763014 /emulators/qemu/Makefile
parent2d04c548feb65cf1a06fedef2eeb600eef67fc4a (diff)
downloadfreebsd-ports-gnome-8cc334169bd63dddf6d3e50d3b50439cb07549e2.tar.gz
freebsd-ports-gnome-8cc334169bd63dddf6d3e50d3b50439cb07549e2.tar.zst
freebsd-ports-gnome-8cc334169bd63dddf6d3e50d3b50439cb07549e2.zip
Update optional samba dependencies to net/samba35 from samba34.
Submitted by: joerg (via private email)
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index c682e51a0af0..6e1dbe3d0202 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/samba34
+RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35
.endif
.if defined(WITH_KQEMU)