diff options
author | timur <timur@FreeBSD.org> | 2013-02-01 03:23:32 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2013-02-01 03:23:32 +0800 |
commit | 0971377b96c8f75b751dc3995a2a739b6f4ec642 (patch) | |
tree | e248d78b6de0e90915fe0d680f200a91292850a6 /emulators/qemu-devel/Makefile | |
parent | 363a0c1047baababbdbdfb5ba761c99696743268 (diff) | |
download | freebsd-ports-gnome-0971377b96c8f75b751dc3995a2a739b6f4ec642.tar.gz freebsd-ports-gnome-0971377b96c8f75b751dc3995a2a739b6f4ec642.tar.zst freebsd-ports-gnome-0971377b96c8f75b751dc3995a2a739b6f4ec642.zip |
Change dependency from net/samba35 to net/samba36
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |