pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/python Fix typo: it's BUILDLINK_DEPMETHOD.python ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5d6f34731b3f
branches:  trunk
changeset: 496123:5d6f34731b3f
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Jun 23 11:10:32 2005 +0000

description:
Fix typo: it's BUILDLINK_DEPMETHOD.python not BUILD_DEPMETHOD.python.

diffstat:

 lang/python/pyversion.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3111935df2fc -r 5d6f34731b3f lang/python/pyversion.mk
--- a/lang/python/pyversion.mk  Thu Jun 23 10:57:00 2005 +0000
+++ b/lang/python/pyversion.mk  Thu Jun 23 11:10:32 2005 +0000
@@ -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 @@
 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"
 



Home | Main Index | Thread Index | Old Index