diff options
-rw-r--r-- | sysutils/libvirt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index c8fb41aa406..e46dfc6244d 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2012/08/14 13:32:18 asau Exp $ +# $NetBSD: Makefile,v 1.8 2012/08/16 13:15:29 asau Exp $ DISTNAME= libvirt-0.9.3 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= sysutils MASTER_SITES= http://libvirt.org/sources/ @@ -14,6 +14,7 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-vbox=no --sysconfdir=${EGDIR} --localstatedir=${VARBASE} +CONFIGURE_ARGS+= --without-macvtap USE_TOOLS+= gmake pkg-config USE_LIBTOOL= yes |