aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornox <nox@FreeBSD.org>2010-08-15 05:35:28 +0800
committernox <nox@FreeBSD.org>2010-08-15 05:35:28 +0800
commitd9fcd96c5e8698b57630ad5ede904e3d624ca923 (patch)
tree760ac720f7fef89ca97edd5734e8c88c6875be81
parent01b7a4974b805ba689963ef9d3727dea6fd0e83f (diff)
downloadfreebsd-ports-gnome-d9fcd96c5e8698b57630ad5ede904e3d624ca923.tar.gz
freebsd-ports-gnome-d9fcd96c5e8698b57630ad5ede904e3d624ca923.tar.zst
freebsd-ports-gnome-d9fcd96c5e8698b57630ad5ede904e3d624ca923.zip
Update samba dependency from net/samba3 to net/samba34.
Submitted by: jsa on irc
-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)