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 /graphics/clutter | |
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 'graphics/clutter')
-rw-r--r-- | graphics/clutter/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clutter/buildlink3.mk b/graphics/clutter/buildlink3.mk index 5f23b7e6ec1..002759e18b7 100644 --- a/graphics/clutter/buildlink3.mk +++ b/graphics/clutter/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.15 2012/03/03 00:12:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.16 2012/05/07 01:53:32 dholland Exp $ # BUILDLINK_TREE+= clutter @@ -7,7 +7,7 @@ BUILDLINK_TREE+= clutter CLUTTER_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.clutter+= clutter>=1.0.0 -BUILDLINK_ABI_DEPENDS.clutter?= clutter>=1.2.14nb6 +BUILDLINK_ABI_DEPENDS.clutter+= clutter>=1.2.14nb6 BUILDLINK_PKGSRCDIR.clutter?= ../../graphics/clutter pkgbase := clutter |