summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorsbd <sbd>2012-02-26 09:17:41 +0000
committersbd <sbd>2012-02-26 09:17:41 +0000
commit1c013e564f51f2fe34d2a822410a5050a9fa53f7 (patch)
treedb7f05d0fb18587c34f4c09415454ef0b0086d58 /lang
parentc661adb2c22c23de04a1e9036ed9206772a5f188 (diff)
downloadpkgsrc-1c013e564f51f2fe34d2a822410a5050a9fa53f7.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.mk5
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