diff options
author | agc <agc@pkgsrc.org> | 2014-01-28 18:08:57 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2014-01-28 18:08:57 +0000 |
commit | bf8dfab8ee8edbc672b108953a18b7dde7a9ec46 (patch) | |
tree | b052ae98942577bd1fc1cfef2450203ca0a8750a /sysutils | |
parent | e75ce40056abac57b9da55dd72f7d8648199d1da (diff) | |
download | pkgsrc-bf8dfab8ee8edbc672b108953a18b7dde7a9ec46.tar.gz |
Add VARBASE to BUILD_DEFS for binary package information
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/libvirt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/libvirt/Makefile b/sysutils/libvirt/Makefile index 25451c90a8b..76106fd8c02 100644 --- a/sysutils/libvirt/Makefile +++ b/sysutils/libvirt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2014/01/25 10:45:21 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/28 18:08:57 agc 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 +BUILD_DEFS+= VARBASE + PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml PY_PATCHPLIST= yes |