pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Make BUILDLINK_API_DEPENDS.python26 agree ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2103b4ee4712
branches:  trunk
changeset: 391799:2103b4ee4712
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 19 15:14:19 2009 +0000

description:
Make BUILDLINK_API_DEPENDS.python26 agree with the package.

diffstat:

 lang/python/pyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f96ee94afa1f -r 2103b4ee4712 lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Sun Apr 19 15:09:51 2009 +0000
+++ b/lang/python/pyversion.mk  Sun Apr 19 15:14:19 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.69 2009/04/19 15:09:51 snj Exp $
+# $NetBSD: pyversion.mk,v 1.70 2009/04/19 15:14:19 snj Exp $
 
 # This file determines which Python version is used as a dependency for
 # a package.
@@ -75,7 +75,7 @@
 BUILDLINK_API_DEPENDS.python23?=               python23>=2.3
 BUILDLINK_API_DEPENDS.python24?=               python24>=2.4
 BUILDLINK_API_DEPENDS.python25?=               python25>=2.5.1
-BUILDLINK_API_DEPENDS.python26?=               python26>=2.6.2
+BUILDLINK_API_DEPENDS.python26?=               python26>=2.6
 
 # transform the list into individual variables
 .for pv in ${PYTHON_VERSIONS_ACCEPTED}



Home | Main Index | Thread Index | Old Index