From 4796586cf3f5d3ec49689738d6ad3b4ff282ec03 Mon Sep 17 00:00:00 2001 From: seb Date: Thu, 23 Jun 2005 11:10:32 +0000 Subject: Fix typo: it's BUILDLINK_DEPMETHOD.python not BUILD_DEPMETHOD.python. --- lang/python/pyversion.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/python') 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" -- cgit v1.2.3