diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-07 01:53:12 +0000 |
commit | 0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc (patch) | |
tree | 2ac2590726cbb11150ef7231a899b775335a7629 /lang/python26 | |
parent | fac80c722b21047393798c189bd6e5bb9e28fb87 (diff) | |
download | pkgsrc-0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc.tar.gz |
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'lang/python26')
-rw-r--r-- | lang/python26/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python26/buildlink3.mk b/lang/python26/buildlink3.mk index 79b09867e2a..721469d521f 100644 --- a/lang/python26/buildlink3.mk +++ b/lang/python26/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2011/04/22 13:42:00 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2012/05/07 01:53:42 dholland Exp $ BUILDLINK_TREE+= python26 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= python26 PYTHON26_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.python26+= python26>=2.6 -BUILDLINK_ABI_DEPENDS.python26?= python26>=2.6.6nb8 +BUILDLINK_ABI_DEPENDS.python26+= python26>=2.6.6nb8 BUILDLINK_PKGSRCDIR.python26?= ../../lang/python26 . if defined(BUILDLINK_DEPMETHOD.python) |