diff options
author | obache <obache@pkgsrc.org> | 2009-02-18 05:50:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-02-18 05:50:31 +0000 |
commit | a3bd53bc5fd5f167f4c04c181ce48f98d8ebb48a (patch) | |
tree | 18b838d776545debe1291fc68d1f5bdd2d328ca1 /lang | |
parent | 3c8f94cfcadfe62e573b07f6ed24999777624f59 (diff) | |
download | pkgsrc-a3bd53bc5fd5f167f4c04c181ce48f98d8ebb48a.tar.gz |
Update comments, now default python version is 25.
Diffstat (limited to 'lang')
-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 9705d21ea8d..08bef057490 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.64 2009/02/09 22:56:24 joerg Exp $ +# $NetBSD: pyversion.mk,v 1.65 2009/02/18 05:50:31 obache Exp $ # This file determines which Python version is used as a dependency for # a package. @@ -9,7 +9,7 @@ # The preferred Python version to use. # # Possible values: 21 23 24 25 -# Default: 24 +# Default: 25 # # === Package-settable variables === # |