diff options
author | tnn <tnn> | 2008-04-25 20:11:17 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-04-25 20:11:17 +0000 |
commit | 97af5e41b86b5ee85c14652d4ef82cb0372ce345 (patch) | |
tree | bd18c52bb928e491af67ed9bd6a9c6ea1c9117e6 | |
parent | 45cee7d4f097c7cefa7ebf91f760db77182db61d (diff) | |
download | pkgsrc-97af5e41b86b5ee85c14652d4ef82cb0372ce345.tar.gz |
Accept Python 2.5.
-rw-r--r-- | sysutils/xenkernel3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xenkernel3/Makefile b/sysutils/xenkernel3/Makefile index 65cc5a6cbac..a15c113f4f8 100644 --- a/sysutils/xenkernel3/Makefile +++ b/sysutils/xenkernel3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2008/02/20 22:48:27 bouyer Exp $ +# $NetBSD: Makefile,v 1.12 2008/04/25 20:11:17 tnn Exp $ # VERSION= 3.1.3 @@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/xen-${VERSION} NO_CONFIGURE= yes USE_TOOLS+= gmake -PYTHON_VERSIONS_ACCEPTED= 24 23 +PYTHON_VERSIONS_ACCEPTED= 25 24 23 PY_PATCHPLIST= NO SUBST_CLASSES+= py |