summaryrefslogtreecommitdiff
path: root/lang/python22-pth
diff options
context:
space:
mode:
authorjlam <jlam>2004-03-05 19:25:06 +0000
committerjlam <jlam>2004-03-05 19:25:06 +0000
commit13ac0c7964868b82b344e8e1434ee3e5b3cd05be (patch)
treea3daf9a5fb572d8089372ce24f3f353d4bac8d47 /lang/python22-pth
parentd79544a4b17cd7522102497daa0a175432c0dbea (diff)
downloadpkgsrc-13ac0c7964868b82b344e8e1434ee3e5b3cd05be.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-pth')
-rw-r--r--lang/python22-pth/buildlink3.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/python22-pth/buildlink3.mk b/lang/python22-pth/buildlink3.mk
index a87e3a03185..26fa57ccba5 100644
--- a/lang/python22-pth/buildlink3.mk
+++ b/lang/python22-pth/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_PTH_BUILDLINK3_MK:= ${PYTHON22_PTH_BUILDLINK3_MK}+
@@ -7,8 +7,10 @@ PYTHON22_PTH_BUILDLINK3_MK:= ${PYTHON22_PTH_BUILDLINK3_MK}+
BUILDLINK_DEPENDS+= python22-pth
.endif
+BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython22-pth}
+BUILDLINK_PACKAGES+= python22-pth
+
.if !empty(PYTHON22_PTH_BUILDLINK3_MK:M+)
-BUILDLINK_PACKAGES+= python22-pth
BUILDLINK_DEPENDS.python22-pth+= python22-pth>=2.2.2nb1
BUILDLINK_PKGSRCDIR.python22-pth?= ../../lang/python22-pth
@@ -20,6 +22,6 @@ BUILDLINK_INCDIRS.python22-pth+= include/python2p2
BUILDLINK_LIBDIRS.python22-pth+= lib/python2p2/config
BUILDLINK_TRANSFORM+= l:python:python2p2
-.endif # PYTHON22_PTH_BUILDLINK3_MK
+.endif # PYTHON22_PTH_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}