From 1c013e564f51f2fe34d2a822410a5050a9fa53f7 Mon Sep 17 00:00:00 2001 From: sbd Date: Sun, 26 Feb 2012 09:17:41 +0000 Subject: 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 --- lang/python/pyversion.mk | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lang') 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 -- cgit v1.2.3