diff options
Diffstat (limited to 'sysutils/xenkernel42/Makefile')
-rw-r--r-- | sysutils/xenkernel42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel42/Makefile b/sysutils/xenkernel42/Makefile index f5df333840c..94602258bce 100644 --- a/sysutils/xenkernel42/Makefile +++ b/sysutils/xenkernel42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2018/01/15 09:47:54 jperkin Exp $ +# $NetBSD: Makefile,v 1.32 2018/07/03 05:03:34 adam Exp $ VERSION= 4.2.5 DISTNAME= xen-${VERSION} @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 4.2.3 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 4.2.3 MAKE_ENV+= OCAML_TOOLS=no |