summaryrefslogtreecommitdiff
path: root/devel/libgweather
diff options
context:
space:
mode:
authordholland <dholland>2012-05-07 01:53:12 +0000
committerdholland <dholland>2012-05-07 01:53:12 +0000
commitcc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1 (patch)
tree2ac2590726cbb11150ef7231a899b775335a7629 /devel/libgweather
parentf43c47166f9cf7aa6bc7933084e9b00e58a1511b (diff)
downloadpkgsrc-cc1ac695ede7d3d2b8292cbd2a5325c37d1f50a1.tar.gz
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'devel/libgweather')
-rw-r--r--devel/libgweather/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgweather/buildlink3.mk b/devel/libgweather/buildlink3.mk
index 2bc49fac1cf..14b7657ff75 100644
--- a/devel/libgweather/buildlink3.mk
+++ b/devel/libgweather/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.15 2012/04/27 12:31:43 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2012/05/07 01:53:24 dholland Exp $
BUILDLINK_TREE+= libgweather
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= libgweather
LIBGWEATHER_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.libgweather+= libgweather>=2.22.0
-BUILDLINK_ABI_DEPENDS.libgweather?= libgweather>=2.30.3nb8
+BUILDLINK_ABI_DEPENDS.libgweather+= libgweather>=2.30.3nb8
BUILDLINK_PKGSRCDIR.libgweather?= ../../devel/libgweather
.include "../../net/libsoup24/buildlink3.mk"