From e3725c09916622e59c7fc11694ace38156859125 Mon Sep 17 00:00:00 2001 From: shattered Date: Fri, 26 Oct 2012 16:08:18 +0000 Subject: Pass correct path to smbd. --- emulators/qemu/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'emulators/qemu') 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 \ -- cgit v1.2.3