summaryrefslogtreecommitdiff
path: root/emulators/qemu/Makefile
diff options
context:
space:
mode:
authorshattered <shattered@pkgsrc.org>2012-10-26 16:08:18 +0000
committershattered <shattered@pkgsrc.org>2012-10-26 16:08:18 +0000
commitfe33512008a1eb04d10ee3f31c9fcce811ad8ffc (patch)
tree78d540f9e3fb5b8e1ff9843b32c18b617b97d489 /emulators/qemu/Makefile
parent7037afbf0aa5393e4f215daf78b45e4c2149ca71 (diff)
downloadpkgsrc-fe33512008a1eb04d10ee3f31c9fcce811ad8ffc.tar.gz
Pass correct path to smbd.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r--emulators/qemu/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile
index 4f2983fc3e9..d64190204e6 100644
--- a/emulators/qemu/Makefile
+++ b/emulators/qemu/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.101 2012/10/03 21:56:01 wiz Exp $
+# $NetBSD: Makefile,v 1.102 2012/10/26 16:08:18 shattered Exp $
DISTNAME= qemu-1.2.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= emulators
MASTER_SITES= http://wiki.qemu.org/download/
EXTRACT_SUFX= .tar.bz2
@@ -29,6 +29,7 @@ CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --interp-prefix=${PREFIX}/share/qemu
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --python=${PYTHONBIN}
+CONFIGURE_ARGS+= --smbd=${PREFIX}/sbin/smbd
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
CONF_FILES= ${EGDIR}/target-x86_64.conf \