diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-03-21 21:59:31 +0000 |
commit | 7cfe69b5842cdb1ef6fbef80bffbc8f2651889a8 (patch) | |
tree | 2b6d3a0598b45365f230c6f61cf8d8d784b7016d /emulators/qemu-sbruno | |
parent | 6b610ab5e04c7e7c7916ffe651ed9b7824436bca (diff) |
Notes
Diffstat (limited to 'emulators/qemu-sbruno')
-rw-r--r-- | emulators/qemu-sbruno/Makefile | 3 | ||||
-rw-r--r-- | emulators/qemu-sbruno/pkg-message | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu-sbruno/Makefile b/emulators/qemu-sbruno/Makefile index abb8f18d8535..b1a6162082e6 100644 --- a/emulators/qemu-sbruno/Makefile +++ b/emulators/qemu-sbruno/Makefile @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.8.50.g20170307 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= GH \ LOCAL/nox:dtc \ @@ -211,7 +212,7 @@ CONFIGURE_ARGS+= --static .endif .if ${PORT_OPTIONS:MSAMBA} -RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:net/samba36 +USES+= samba:run # smbd .endif .if ${PORT_OPTIONS:MDOCS} diff --git a/emulators/qemu-sbruno/pkg-message b/emulators/qemu-sbruno/pkg-message index 9292512f5cfe..6d6814baf124 100644 --- a/emulators/qemu-sbruno/pkg-message +++ b/emulators/qemu-sbruno/pkg-message @@ -44,7 +44,7 @@ FreeBSD host notes the same way. - The -smb option (smb-export local dir to guest using the default - slirp networking) needs the net/samba36 port/package installed + slirp networking) needs the samba port/package installed in addition to qemu. (SAMBA knob.) - If you want to use usb devices connected to the host in the guest |