diff options
author | wiz <wiz@pkgsrc.org> | 2015-04-14 11:40:31 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-04-14 11:40:31 +0000 |
commit | b1cd877e088d17fdc4d1fdba58c64b38add3c11f (patch) | |
tree | 86d59f72e362d758e2f7c4a084578152561fef40 /pkgtools/pkglint | |
parent | d1b7843e7bd275414d2f50edd2b2407e6483a913 (diff) | |
download | pkgsrc-b1cd877e088d17fdc4d1fdba58c64b38add3c11f.tar.gz |
Remove more references to python-2.6.
Diffstat (limited to 'pkgtools/pkglint')
-rw-r--r-- | pkgtools/pkglint/files/makevars.map | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map index d9b4656e683..aba0310e278 100644 --- a/pkgtools/pkglint/files/makevars.map +++ b/pkgtools/pkglint/files/makevars.map @@ -1,4 +1,4 @@ -# $NetBSD: makevars.map,v 1.262 2015/03/11 19:05:58 rillig Exp $ +# $NetBSD: makevars.map,v 1.263 2015/04/14 11:40:31 wiz Exp $ # # This file contains the guessed type of some variables, according to @@ -657,7 +657,7 @@ PTHREAD_OPTS List of { native optional require } [m:as,c:a,b:a] PTHREAD_TYPE Identifier [$system] # ^^ or "native" or "none". PY_PATCHPLIST Yes [$package] -PYPKGPREFIX { py26 py27 py33 } [*:pu, pyversion.mk:s, *:] +PYPKGPREFIX { py27 py33 py34 } [*:pu, pyversion.mk:s, *:] PYTHON_FOR_BUILD_ONLY Yes [$package] REPLACE_PYTHON List of Pathmask [$package_list] PYTHON_VERSIONS_ACCEPTED List of Version [$package] |