diff options
Diffstat (limited to 'emulators/qemu')
-rw-r--r-- | emulators/qemu/Makefile | 4 | ||||
-rw-r--r-- | emulators/qemu/pkg-message | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index b974d2f963ae..ecfbe7cd90c5 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -3,7 +3,7 @@ PORTNAME= qemu PORTVERSION= 2.8.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/ DIST_SUBDIR= qemu/${PORTVERSION} @@ -66,7 +66,7 @@ STATIC_LINK_CONFIGURE_ON= --static STATIC_LINK_PREVENTS= GTK2 X11 STATIC_LINK_PREVENTS_MSG= X11 ui cannot be built static NCURSES_USES= ncurses:base -SAMBA_RUN_DEPENDS= ${LOCALBASE}/sbin/smbd:net/samba36 +SAMBA_USES= samba:run # smbd DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html DOCS_USES= makeinfo DOCS_MAKE_ARGS_OFF= NOPORTDOCS=1 diff --git a/emulators/qemu/pkg-message b/emulators/qemu/pkg-message index 9292512f5cfe..6d6814baf124 100644 --- a/emulators/qemu/pkg-message +++ b/emulators/qemu/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 |