summaryrefslogtreecommitdiff
path: root/inputmethod/m17n-im-config
diff options
context:
space:
mode:
authordholland <dholland>2012-05-07 01:53:12 +0000
committerdholland <dholland>2012-05-07 01:53:12 +0000
commit34896bd1c6e1bd3b49a53ab03da550c546a5b078 (patch)
tree2ac2590726cbb11150ef7231a899b775335a7629 /inputmethod/m17n-im-config
parent1ac24055bbf9ecf582115722bf49893250f6c5cf (diff)
downloadpkgsrc-34896bd1c6e1bd3b49a53ab03da550c546a5b078.tar.gz
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'inputmethod/m17n-im-config')
-rw-r--r--inputmethod/m17n-im-config/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/m17n-im-config/buildlink3.mk b/inputmethod/m17n-im-config/buildlink3.mk
index 15cae5df682..631dedc3dec 100644
--- a/inputmethod/m17n-im-config/buildlink3.mk
+++ b/inputmethod/m17n-im-config/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.12 2012/03/03 00:12:30 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.13 2012/05/07 01:53:38 dholland Exp $
BUILDLINK_TREE+= m17n-im-config
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= m17n-im-config
M17N_IM_CONFIG_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.m17n-im-config+= m17n-im-config>=0.9.0
-BUILDLINK_ABI_DEPENDS.m17n-im-config?= m17n-im-config>=0.9.0nb10
+BUILDLINK_ABI_DEPENDS.m17n-im-config+= m17n-im-config>=0.9.0nb10
BUILDLINK_PKGSRCDIR.m17n-im-config?= ../../inputmethod/m17n-im-config
.include "../../devel/gettext-lib/buildlink3.mk"