summaryrefslogtreecommitdiff
path: root/lang
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
commitec7f7c868f2f19cae599dc72726d295b3e476299 (patch)
tree5bc4591a8f2ee4339cbed46aa843d33725ecee8d /lang
parent8ccfddc96a1aec45c8aed60130481c5b85caf0a9 (diff)
downloadpkgsrc-ec7f7c868f2f19cae599dc72726d295b3e476299.tar.gz
Fix typo: it's BUILDLINK_DEPMETHOD.python not BUILD_DEPMETHOD.python.
Diffstat (limited to 'lang')
-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"