diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-29 17:03:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-29 17:03:29 +0000 |
commit | f7257bff400b2e6ff537a1cd22362effcc595f46 (patch) | |
tree | 9fca136194adb602282679237230206b83dd1abd | |
parent | 3a3770b360eac175d8538fbb234717233e312a20 (diff) | |
download | pkgsrc-f7257bff400b2e6ff537a1cd22362effcc595f46.tar.gz |
collectd-xen: blindly switch to xentools415 since xentools411 has been removed
-rw-r--r-- | sysutils/collectd-xen/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/collectd-xen/Makefile b/sysutils/collectd-xen/Makefile index 328257308c8..7192f0c7739 100644 --- a/sysutils/collectd-xen/Makefile +++ b/sysutils/collectd-xen/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1 2020/10/24 22:39:48 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2022/06/29 17:03:29 wiz Exp $ COLLECTD_PACKAGE= xen COLLECTD_PLUGINS= xencpu COMMENT= Statistics collection daemon - xencpu plugin -COLLECTD_XEN?= 411 +COLLECTD_XEN?= 415 .include "../../sysutils/xentools${COLLECTD_XEN}/buildlink3.mk" COLLECTD_LIB.xenctrl= ${BUILDLINK_PREFIX.xentools${COLLECTD_XEN}} |