summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2013-01-31 19:23:32 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2013-01-31 19:23:32 +0000
commit9c9247c7b33f8bd6623306b287d860f76cce2673 (patch)
treee248d78b6de0e90915fe0d680f200a91292850a6 /emulators/qemu/Makefile
parentLow-level, data-driven core of boto 3. (diff)
Change dependency from net/samba35 to net/samba36
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 f2cc6b639d9c..53f763939d76 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -82,7 +82,7 @@ CONFIGURE_ARGS+= --audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus
CONFIGURE_ARGS+= --disable-bsd-user
.if ${PORT_OPTIONS:MSAMBA}
-RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35
+RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba36
.endif
.if ${PORT_OPTIONS:MKQEMU}