summaryrefslogtreecommitdiff
path: root/lang/python22
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/python22
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/python22')
-rw-r--r--lang/python22/buildlink3.mk12
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/python22/buildlink3.mk b/lang/python22/buildlink3.mk
index f8ecda95e89..a8064b8d6ea 100644
--- a/lang/python22/buildlink3.mk
+++ b/lang/python22/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}+
PYTHON22_BUILDLINK3_MK:= ${PYTHON22_BUILDLINK3_MK}+
@@ -7,19 +7,21 @@ PYTHON22_BUILDLINK3_MK:= ${PYTHON22_BUILDLINK3_MK}+
BUILDLINK_DEPENDS+= python22
.endif
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython22}
+BUILDLINK_PACKAGES+= python22
+
.if !empty(PYTHON22_BUILDLINK3_MK:M+)
-BUILDLINK_PACKAGES+= python22
BUILDLINK_DEPENDS.python22+= python22>=2.2
BUILDLINK_PKGSRCDIR.python22?= ../../lang/python22
-. if defined(BUILDLINK_DEPMETHOD.python)
+.if defined(BUILDLINK_DEPMETHOD.python)
BUILDLINK_DEPMETHOD.python22?= ${BUILDLINK_DEPMETHOD.python}
-. endif
+.endif
BUILDLINK_INCDIRS.python22+= include/python2.2
BUILDLINK_LIBDIRS.python22+= lib/python2.2/config
BUILDLINK_TRANSFORM+= l:python:python2.2
-.endif # PYTHON22_BUILDLINK3_MK
+.endif # PYTHON22_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}