diff options
author | dholland <dholland> | 2012-05-07 01:53:12 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-07 01:53:12 +0000 |
commit | cc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1 (patch) | |
tree | 2ac2590726cbb11150ef7231a899b775335a7629 /lang/python27 | |
parent | f43c47166f9cf7aa6bc7933084e9b00e58a1511b (diff) | |
download | pkgsrc-cc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1.tar.gz |
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'lang/python27')
-rw-r--r-- | lang/python27/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python27/buildlink3.mk b/lang/python27/buildlink3.mk index 6c4e0d50c06..0810fc826d7 100644 --- a/lang/python27/buildlink3.mk +++ b/lang/python27/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.4 2011/04/22 13:42:06 obache Exp $ +# $NetBSD: buildlink3.mk,v 1.5 2012/05/07 01:53:42 dholland Exp $ BUILDLINK_TREE+= python27 @@ -6,7 +6,7 @@ BUILDLINK_TREE+= python27 PYTHON27_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.python27+= python27>=2.7 -BUILDLINK_ABI_DEPENDS.python27?= python27>=2.7.1nb2 +BUILDLINK_ABI_DEPENDS.python27+= python27>=2.7.1nb2 BUILDLINK_PKGSRCDIR.python27?= ../../lang/python27 .if defined(BUILDLINK_DEPMETHOD.python) |