diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-01-31 19:23:32 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2013-01-31 19:23:32 +0000 |
commit | 9c9247c7b33f8bd6623306b287d860f76cce2673 (patch) | |
tree | e248d78b6de0e90915fe0d680f200a91292850a6 /emulators/qemu/Makefile | |
parent | Low-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/Makefile | 2 |
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} |