summaryrefslogtreecommitdiff
path: root/inputmethod/uim/buildlink3.mk
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-07 01:53:12 +0000
committerdholland <dholland@pkgsrc.org>2012-05-07 01:53:12 +0000
commit0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc (patch)
tree2ac2590726cbb11150ef7231a899b775335a7629 /inputmethod/uim/buildlink3.mk
parentfac80c722b21047393798c189bd6e5bb9e28fb87 (diff)
downloadpkgsrc-0bcdacfbcf0a1f7f4455399808295e6e6f7e01bc.tar.gz
Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)
It turns out there were a lot of these.
Diffstat (limited to 'inputmethod/uim/buildlink3.mk')
-rw-r--r--inputmethod/uim/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/uim/buildlink3.mk b/inputmethod/uim/buildlink3.mk
index 0cffb2731c9..16d29b3c038 100644
--- a/inputmethod/uim/buildlink3.mk
+++ b/inputmethod/uim/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.14 2011/04/22 13:42:01 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2012/05/07 01:53:39 dholland Exp $
BUILDLINK_TREE+= uim
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= uim
UIM_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.uim+= uim>=1.5.1
-BUILDLINK_ABI_DEPENDS.uim?= uim>=1.6.1nb1
+BUILDLINK_ABI_DEPENDS.uim+= uim>=1.6.1nb1
BUILDLINK_PKGSRCDIR.uim?= ../../inputmethod/uim
.include "../../devel/gettext-lib/buildlink3.mk"