diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-10 20:45:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-10 20:45:01 +0000 |
commit | 80d67a9daaff08cc341a3a46acbbbdb6188735b4 (patch) | |
tree | b17164ceab4948823508f101dc565e1eca516b93 /lang/python23-pth | |
parent | 5a6ccea0c7caa455e2c4a59da3786e058ae02896 (diff) | |
download | pkgsrc-80d67a9daaff08cc341a3a46acbbbdb6188735b4.tar.gz |
The BUILDLINK_DEPENDS.<pkg> lines should match between the buildlink3.mk
and any pre-existing buildlink2.mk files.
Diffstat (limited to 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23-pth/buildlink3.mk b/lang/python23-pth/buildlink3.mk index 5c73549bc36..94bda11e581 100644 --- a/lang/python23-pth/buildlink3.mk +++ b/lang/python23-pth/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.3 2004/01/25 17:15:12 jlam Exp $ +# $NetBSD: buildlink3.mk,v 1.4 2004/02/10 20:45:02 jlam Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ PYTHON23_PTH_BUILDLINK3_MK:= ${PYTHON23_PTH_BUILDLINK3_MK}+ @@ -9,7 +9,7 @@ BUILDLINK_DEPENDS+= python23-pth .if !empty(PYTHON23_PTH_BUILDLINK3_MK:M+) BUILDLINK_PACKAGES+= python23-pth -BUILDLINK_DEPENDS.python23-pth+= python23-pth>=2.3.3 +BUILDLINK_DEPENDS.python23-pth+= python23-pth>=2.3 BUILDLINK_PKGSRCDIR.python23-pth?= ../../lang/python23-pth . if defined(BUILDLINK_DEPMETHOD.python) |