diff options
Diffstat (limited to 'sysutils/xenkernel33/Makefile')
-rw-r--r-- | sysutils/xenkernel33/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel33/Makefile b/sysutils/xenkernel33/Makefile index b9b72c0df4c..c259eff6f83 100644 --- a/sysutils/xenkernel33/Makefile +++ b/sysutils/xenkernel33/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2013/11/07 00:47:39 joerg Exp $ -# +# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:22 wiz Exp $ VERSION= 3.3.2 DISTNAME= xen-${VERSION} @@ -28,6 +27,7 @@ USE_TOOLS+= gmake PYTHON_FOR_BUILD_ONLY= yes PY_PATCHPLIST= NO +PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.3.2 SUBST_CLASSES+= py SUBST_STAGE.py= pre-build |