summaryrefslogtreecommitdiff
path: root/sysutils/libvirt
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/libvirt')
-rw-r--r--sysutils/libvirt/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile
index d7fc2ec89ba..30a495b7191 100644
--- a/sysutils/libvirt/Makefile
+++ b/sysutils/libvirt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/01/25 02:54:27 agc Exp $
+# $NetBSD: Makefile,v 1.16 2014/01/25 10:30:21 wiz Exp $
DISTNAME= libvirt-1.2.1
CATEGORIES= sysutils
@@ -15,6 +15,8 @@ CONFIGURE_ARGS+= --without-macvtap
USE_TOOLS+= gmake pkg-config perl
USE_LIBTOOL= yes
+PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml
+
PY_PATCHPLIST= yes
PYTHON_PATCH_SCRIPTS+= examples/python/domstart.py
PYTHON_PATCH_SCRIPTS+= examples/python/domrestore.py