summaryrefslogtreecommitdiff
path: root/sysutils/libvirt
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-03-31 13:41:38 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-03-31 13:41:38 +0000
commit5465d255eeb58bf8649386d6e18c877bce8b43c3 (patch)
tree06ee5602bd4fb31de0e65c74084e736b5bc48786 /sysutils/libvirt
parent9c5b0971000161de8aed54499301ac08d3132e5d (diff)
downloadpkgsrc-5465d255eeb58bf8649386d6e18c877bce8b43c3.tar.gz
libvirt: explicitly disable polkit.
Otherwise, it picks it up if it is installed, leading to a PLIST mismatch.
Diffstat (limited to 'sysutils/libvirt')
-rw-r--r--sysutils/libvirt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile
index b0d2ce59dd4..bfd4b999761 100644
--- a/sysutils/libvirt/Makefile
+++ b/sysutils/libvirt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2018/11/14 22:22:26 kleink Exp $
+# $NetBSD: Makefile,v 1.60 2019/03/31 13:41:38 bsiegert Exp $
DISTNAME= libvirt-1.2.9
PKGREVISION= 26
@@ -13,6 +13,7 @@ LICENSE= gnu-lgpl-v2
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-vbox=no --sysconfdir=${EGDIR} --localstatedir=${VARBASE}
CONFIGURE_ARGS+= --without-macvtap
+CONFIGURE_ARGS+= --without-polkit
USE_TOOLS+= gmake pkg-config perl
USE_LIBTOOL= yes