diff options
author | sbd <sbd@pkgsrc.org> | 2012-02-26 09:17:41 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-02-26 09:17:41 +0000 |
commit | 6916dbfa461cb1811cddfd2d03b5d357c4cdf40b (patch) | |
tree | db7f05d0fb18587c34f4c09415454ef0b0086d58 /lang | |
parent | 6d56ee3689f89cdfe1c5b98b7094b7622f07c329 (diff) | |
download | pkgsrc-6916dbfa461cb1811cddfd2d03b5d357c4cdf40b.tar.gz |
Revert the below change (by me).
---
Module Name: pkgsrc
Committed By: sbd
Date: Tue Feb 21 21:04:30 UTC 2012
Modified Files:
pkgsrc/lang/python: pyversion.mk
Log Message:
Add _PYTHON_VERSION_DEFAULT with the "default" python version and set
PYTHON_VERSION_DEFAULT from that.
To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 pkgsrc/lang/python/pyversion.mk
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/pyversion.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index d4f3c20045a..44b89514328 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.94 2012/02/21 21:04:29 sbd Exp $ +# $NetBSD: pyversion.mk,v 1.95 2012/02/26 09:17:41 sbd Exp $ # This file determines which Python version is used as a dependency for # a package. @@ -76,8 +76,7 @@ PYTHON_VERSION_REQD?= ${PKGNAME_OLD:C/(^.*-|^)py([0-9][0-9])-.*/\2/} BUILD_DEFS+= PYTHON_VERSION_DEFAULT BUILD_DEFS_EFFECTS+= PYPACKAGE -_PYTHON_VERSION_DEFAULT= 26 -PYTHON_VERSION_DEFAULT?= ${_PYTHON_VERSION_DEFAULT} +PYTHON_VERSION_DEFAULT?= 26 .if ${PYTHON_VERSIONS_INCLUDE_3X:U:tl} == "yes" PYTHON_VERSIONS_ACCEPTED?= 31 27 26 25 24 .else |