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:
parent
95dc9f3244
commit
ffeca82a68
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue