diff options
author | shattered <shattered@pkgsrc.org> | 2012-10-26 16:08:18 +0000 |
---|---|---|
committer | shattered <shattered@pkgsrc.org> | 2012-10-26 16:08:18 +0000 |
commit | fe33512008a1eb04d10ee3f31c9fcce811ad8ffc (patch) | |
tree | 78d540f9e3fb5b8e1ff9843b32c18b617b97d489 /emulators/qemu/Makefile | |
parent | 7037afbf0aa5393e4f215daf78b45e4c2149ca71 (diff) | |
download | pkgsrc-fe33512008a1eb04d10ee3f31c9fcce811ad8ffc.tar.gz |
Pass correct path to smbd.
Diffstat (limited to 'emulators/qemu/Makefile')
-rw-r--r-- | emulators/qemu/Makefile | 5 |
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 \ |