summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2005-06-23 11:10:32 +0000
committerseb <seb@pkgsrc.org>2005-06-23 11:10:32 +0000
commit4796586cf3f5d3ec49689738d6ad3b4ff282ec03 (patch)
tree5bc4591a8f2ee4339cbed46aa843d33725ecee8d /lang/python
parentc733fa6056c9c6f958ff21654239c68c2e9f01f2 (diff)
downloadpkgsrc-4796586cf3f5d3ec49689738d6ad3b4ff282ec03.tar.gz
Fix typo: it's BUILDLINK_DEPMETHOD.python not BUILD_DEPMETHOD.python.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/pyversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/pyversion.mk b/lang/python/pyversion.mk
index a6e64c97c67..1dddb12d430 100644
--- a/lang/python/pyversion.mk
+++ b/lang/python/pyversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: pyversion.mk,v 1.35 2005/03/29 15:00:35 xtraeme Exp $
+# $NetBSD: pyversion.mk,v 1.36 2005/06/23 11:10:32 seb Exp $
.if !defined(PYTHON_PYVERSION_MK)
PYTHON_PYVERSION_MK= defined
@@ -140,7 +140,7 @@ PKG_FAIL_REASON+= "No valid Python version"
PTHREAD_OPTS= require
.include "../../mk/pthread.buildlink3.mk"
.if defined(PYTHON_FOR_BUILD_ONLY)
-BUILD_DEPMETHOD.python?= build
+BUILDLINK_DEPMETHOD.python?= build
.endif
.include "${PYPKGSRCDIR}/buildlink3.mk"