diff options
author | nox <nox@FreeBSD.org> | 2010-08-15 05:35:28 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2010-08-15 05:35:28 +0800 |
commit | d9fcd96c5e8698b57630ad5ede904e3d624ca923 (patch) | |
tree | 760ac720f7fef89ca97edd5734e8c88c6875be81 /emulators/qemu | |
parent | 01b7a4974b805ba689963ef9d3727dea6fd0e83f (diff) | |
download | freebsd-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
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |