aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2011-07-03 06:02:38 +0800
committernox <nox@FreeBSD.org>2011-07-03 06:02:38 +0800
commitbc1ca4a33a7f43d0a24c0b4d07d8faeac4ae566b (patch)
tree535119dd6a62c8b04fb153b517106b8b9bbd187c /emulators
parente871d437c0581442f1fed09f463e05629190f0b9 (diff)
downloadfreebsd-ports-gnome-bc1ca4a33a7f43d0a24c0b4d07d8faeac4ae566b.tar.gz
freebsd-ports-gnome-bc1ca4a33a7f43d0a24c0b4d07d8faeac4ae566b.tar.zst
freebsd-ports-gnome-bc1ca4a33a7f43d0a24c0b4d07d8faeac4ae566b.zip
Update optional samba dependencies to net/samba35 from samba34.
Submitted by: joerg (via private email)
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 48a772b3969f..166aa463bfb7 100644
--- a/emulators/qemu-devel/Makefile
+++ b/emulators/qemu-devel/Makefile
@@ -84,7 +84,7 @@ CONFIGURE_ARGS+= --audio-card-list=ac97,es1370,sb16,cs4231a,adlib,gus,hda
.endif
.if defined(WITH_SAMBA)
-RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba34
+RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba35
.endif
.if defined(NOPORTDOCS)
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)