misc/py-anita: update Xen reference

In options.mk, there was a reference to Xen 4.2 which is no longer in pkgsrc.
Update it to 4.13.
This commit is contained in:
gson 2020-11-07 11:11:24 +00:00
parent 95dc9f3244
commit ffeca82a68

View file

@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.10 2019/11/03 17:04:26 rillig Exp $
# $NetBSD: options.mk,v 1.11 2020/11/07 11:11:24 gson Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.py-anita
PKG_SUPPORTED_OPTIONS= xen
@ -25,6 +25,6 @@ DEPENDS+= qemu>=1.0:../../emulators/qemu
.endif
.if !empty(PKG_OPTIONS:Mxen)
DEPENDS+= xenkernel42>=4.2:../../sysutils/xenkernel42
DEPENDS+= xentools42>=4.2:../../sysutils/xentools42
DEPENDS+= xenkernel413>=4.2:../../sysutils/xenkernel413
DEPENDS+= xentools413>=4.2:../../sysutils/xentools413
.endif