diff options
author | rillig <rillig@pkgsrc.org> | 2008-01-31 19:34:35 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2008-01-31 19:34:35 +0000 |
commit | 848d9f1082271486c1cab58b629506daa7a213c0 (patch) | |
tree | cdd253c686e0251fedbd3a273ebfd5ba165d0d40 /lang/python | |
parent | 71e4d7b3567631631456effed14742b892e9cd1b (diff) | |
download | pkgsrc-848d9f1082271486c1cab58b629506daa7a213c0.tar.gz |
Improved the wording for the cases where PYTHON_VERSIONS_INCOMPATIBLE
should be used instead of PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 9d9a4c40151..24f3030dd0a 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.48 2008/01/31 13:47:19 rillig Exp $ +# $NetBSD: pyversion.mk,v 1.49 2008/01/31 19:34:35 rillig Exp $ # This file determines which Python version is used as a dependency for # a package. @@ -16,9 +16,10 @@ # PYTHON_VERSIONS_ACCEPTED # The Python versions that are acceptable for the package. The # order of the entries matters, since earlier entries are -# preferred over later ones. Using PYTHON_VERSIONS_INCOMPATIBLE -# is preferred over this variable, since it automatically extends -# to newly introduced versions. +# preferred over later ones. If the package doesn't work with +# older Python versions but only with newer ones, please use +# PYTHON_VERSIONS_INCOMPATIBLE instead, since it will +# automatically include future versions. # # Possible values: 24 23 22 21 20 15 # Default: (all) |