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/python21-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/python21-pth')
-rw-r--r-- | lang/python21-pth/buildlink3.mk | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/lang/python21-pth/buildlink3.mk b/lang/python21-pth/buildlink3.mk index f3802fbab31..0daeadc96e9 100644 --- a/lang/python21-pth/buildlink3.mk +++ b/lang/python21-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:36 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYTHON21_PTH_BUILDLINK3_MK:= ${PYTHON21_PTH_BUILDLINK3_MK}+ @@ -7,19 +7,21 @@ PYTHON21_PTH_BUILDLINK3_MK:= ${PYTHON21_PTH_BUILDLINK3_MK}+ BUILDLINK_DEPENDS+= python21-pth .endif +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython21-pth} +BUILDLINK_PACKAGES+= python21-pth + .if !empty(PYTHON21_PTH_BUILDLINK3_MK:M+) -BUILDLINK_PACKAGES+= python21-pth BUILDLINK_DEPENDS.python21-pth+= python21-pth>=2.1.3nb2 BUILDLINK_PKGSRCDIR.python21-pth?= ../../lang/python21-pth -. if defined(BUILDLINK_DEPMETHOD.python) +.if defined(BUILDLINK_DEPMETHOD.python) BUILDLINK_DEPMETHOD.python21pth?= ${BUILDLINK_DEPMETHOD.python} -. endif +.endif BUILDLINK_INCDIRS.python21-pth+= include/python2p1 BUILDLINK_LIBDIRS.python21-pth+= lib/python2p1/config BUILDLINK_TRANSFORM+= l:python:python2p1 -.endif # PYTHON21_PTH_BUILDLINK3_MK +.endif # PYTHON21_PTH_BUILDLINK3_MK BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |