summaryrefslogtreecommitdiff
path: root/lang/python21
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-03-05 19:25:06 +0000
committerjlam <jlam@pkgsrc.org>2004-03-05 19:25:06 +0000
commit9ff0e10340db36b9d69d9c894831dee901dd82e7 (patch)
treea3daf9a5fb572d8089372ce24f3f353d4bac8d47 /lang/python21
parent07634a03fa5b47f44a90b982d8294e55a2d3dd01 (diff)
downloadpkgsrc-9ff0e10340db36b9d69d9c894831dee901dd82e7.tar.gz
Reorder location and setting of BUILDLINK_PACKAGES to match template
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
Diffstat (limited to 'lang/python21')
-rw-r--r--lang/python21/buildlink3.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/python21/buildlink3.mk b/lang/python21/buildlink3.mk
index b617c2177cb..683bcbcc4d9 100644
--- a/lang/python21/buildlink3.mk
+++ b/lang/python21/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2004/02/10 20:45:02 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2004/03/05 19:25:37 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PYTHON21_BUILDLINK3_MK:= ${PYTHON21_BUILDLINK3_MK}+
@@ -7,19 +7,21 @@ PYTHON21_BUILDLINK3_MK:= ${PYTHON21_BUILDLINK3_MK}+
BUILDLINK_DEPENDS+= python21
.endif
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython21}
+BUILDLINK_PACKAGES+= python21
+
.if !empty(PYTHON21_BUILDLINK3_MK:M+)
-BUILDLINK_PACKAGES+= python21
BUILDLINK_DEPENDS.python21+= python21>=2.1
BUILDLINK_PKGSRCDIR.python21?= ../../lang/python21
-. if defined(BUILDLINK_DEPMETHOD.python)
+.if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python21?= ${BUILDLINK_DEPMETHOD.python}
-. endif
+.endif
BUILDLINK_INCDIRS.python21+= include/python2.1
BUILDLINK_LIBDIRS.python21+= lib/python2.1/config
BUILDLINK_TRANSFORM+= l:python:python2.1
-.endif # PYTHON21_BUILDLINK3_MK
+.endif # PYTHON21_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}