aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortimur <timur@FreeBSD.org>2013-02-01 03:23:32 +0800
committertimur <timur@FreeBSD.org>2013-02-01 03:23:32 +0800
commit0971377b96c8f75b751dc3995a2a739b6f4ec642 (patch)
treee248d78b6de0e90915fe0d680f200a91292850a6
parent363a0c1047baababbdbdfb5ba761c99696743268 (diff)
downloadfreebsd-ports-gnome-0971377b96c8f75b751dc3995a2a739b6f4ec642.tar.gz
freebsd-ports-gnome-0971377b96c8f75b751dc3995a2a739b6f4ec642.tar.zst
freebsd-ports-gnome-0971377b96c8f75b751dc3995a2a739b6f4ec642.zip
Change dependency from net/samba35 to net/samba36
-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 461429dd7f83..dd586b5bb440 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -165,7 +165,7 @@ CONFIGURE_ARGS+= --audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus,hda
.endif
.if ${PORT_OPTIONS:MSAMBA}
-RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35
+RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba36
.endif
.if ${PORT_OPTIONS:MSEABIOS_GIT}
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}