diff options
Diffstat (limited to 'sysutils/xenkernel48')
-rw-r--r-- | sysutils/xenkernel48/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel48/Makefile b/sysutils/xenkernel48/Makefile index 22e28c9155e..f7067ddd0bd 100644 --- a/sysutils/xenkernel48/Makefile +++ b/sysutils/xenkernel48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2018/01/24 23:29:32 bouyer Exp $ +# $NetBSD: Makefile,v 1.13 2018/07/03 05:03:35 adam Exp $ VERSION= 4.8.3 DISTNAME= xen-${VERSION} @@ -22,7 +22,7 @@ NO_CONFIGURE= yes USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= YES -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 MAKE_ENV+= OCAML_TOOLS=no .if defined(PKGREVISION) && !empty(PKGREVISION) && (${PKGREVISION} != "0") |