diff options
author | snj <snj> | 2009-04-19 15:14:19 +0000 |
---|---|---|
committer | snj <snj> | 2009-04-19 15:14:19 +0000 |
commit | 10b7d65c070bb2f2be7d7608242d37922727249f (patch) | |
tree | d38965ae7dca4222ec36a51018ec3f2b750e1d78 /lang/python/pyversion.mk | |
parent | 555d19bbbcc75c61e59bd6074f8354691952af86 (diff) | |
download | pkgsrc-10b7d65c070bb2f2be7d7608242d37922727249f.tar.gz |
Make BUILDLINK_API_DEPENDS.python26 agree with the package.
Diffstat (limited to 'lang/python/pyversion.mk')
-rw-r--r-- | lang/python/pyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 4821f0c50bf..f393483b79e 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -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 @@ PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default 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} |