diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-05 19:25:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-05 19:25:06 +0000 |
commit | 9ff0e10340db36b9d69d9c894831dee901dd82e7 (patch) | |
tree | a3daf9a5fb572d8089372ce24f3f353d4bac8d47 /lang/python22-pth | |
parent | 07634a03fa5b47f44a90b982d8294e55a2d3dd01 (diff) | |
download | pkgsrc-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-pth')
-rw-r--r-- | lang/python22-pth/buildlink3.mk | 8 |
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/+$//} |