diff options
author | tnn <tnn> | 2008-04-24 02:02:04 +0000 |
---|---|---|
committer | tnn <tnn> | 2008-04-24 02:02:04 +0000 |
commit | 45e0616596dd20731a46b53998c95d168f920bb6 (patch) | |
tree | f154db698463aa3e680b55ba7a4cc3b587a09e96 /lang/python | |
parent | 27b77b6b9f5809c927107a7e44dc8333b77090a8 (diff) | |
download | pkgsrc-45e0616596dd20731a46b53998c95d168f920bb6.tar.gz |
adjust directory for python25
Diffstat (limited to 'lang/python')
-rw-r--r-- | lang/python/pyversion.mk | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk index 7a56840ade5..0eaa8db3ffc 100644 --- a/lang/python/pyversion.mk +++ b/lang/python/pyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: pyversion.mk,v 1.56 2008/04/18 12:24:21 joerg Exp $ +# $NetBSD: pyversion.mk,v 1.57 2008/04/24 02:02:04 tnn Exp $ # This file determines which Python version is used as a dependency for # a package. @@ -69,10 +69,6 @@ PYTHON_VERSIONS_INCOMPATIBLE?= # empty by default PYTHON_VERSIONS_INCOMPATIBLE+= 22 21 20 15 .endif -.if !exists(../../wip/python25/Makefile) -PYTHON_VERSIONS_INCOMPATIBLE+= 25 -.endif - BUILDLINK_API_DEPENDS.python15?= python15>=1.5 BUILDLINK_API_DEPENDS.python20?= python20>=2.0 BUILDLINK_API_DEPENDS.python21?= python21>=2.1 @@ -121,8 +117,8 @@ _PYTHON_VERSION?= ${pv} _PYTHON_VERSION= none .endif -.if ${_PYTHON_VERSION} == "25" && exists(../../wip/python25/Makefile) -PYPKGSRCDIR= ../../wip/python25 +.if ${_PYTHON_VERSION} == "25" +PYPKGSRCDIR= ../../lang/python25 PYDEPENDENCY= ${BUILDLINK_API_DEPENDS.python25}:${PYPKGSRCDIR} PYPACKAGE= python25 PYVERSSUFFIX= 2.5 |