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/python23-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/python23-pth')
-rw-r--r-- | lang/python23-pth/buildlink3.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/python23-pth/buildlink3.mk b/lang/python23-pth/buildlink3.mk index 94bda11e581..2d780e343c5 100644 --- a/lang/python23-pth/buildlink3.mk +++ b/lang/python23-pth/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2004/02/10 20:45:02 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2004/03/05 19:25:37 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYTHON23_PTH_BUILDLINK3_MK:= ${PYTHON23_PTH_BUILDLINK3_MK}+ @@ -7,19 +7,21 @@ PYTHON23_PTH_BUILDLINK3_MK:= ${PYTHON23_PTH_BUILDLINK3_MK}+ BUILDLINK_DEPENDS+= python23-pth .endif +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython23-pth} +BUILDLINK_PACKAGES+= python23-pth + .if !empty(PYTHON23_PTH_BUILDLINK3_MK:M+) -BUILDLINK_PACKAGES+= python23-pth BUILDLINK_DEPENDS.python23-pth+= python23-pth>=2.3 BUILDLINK_PKGSRCDIR.python23-pth?= ../../lang/python23-pth -. if defined(BUILDLINK_DEPMETHOD.python) +.if defined(BUILDLINK_DEPMETHOD.python) BUILDLINK_DEPMETHOD.python23pth?= ${BUILDLINK_DEPMETHOD.python} -. endif +.endif BUILDLINK_INCDIRS.python23-pth+= include/python2p3 BUILDLINK_LIBDIRS.python23-pth+= lib/python2p3/config BUILDLINK_TRANSFORM+= l:python:python2p3 -.endif # PYTHON23_PTH_BUILDLINK3_MK +.endif # PYTHON23_PTH_BUILDLINK3_MK BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |