diff options
author | dholland <dholland> | 2012-05-06 17:24:21 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-06 17:24:21 +0000 |
commit | 4d904418db681f68500836e75ca9b8c9467b8b26 (patch) | |
tree | 3f9814d3e9be2654e974873202934773c22e46dd /inputmethod | |
parent | ee852be3fb745229d5769da3e4765bff12a8a23d (diff) | |
download | pkgsrc-4d904418db681f68500836e75ca9b8c9467b8b26.tar.gz |
Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)
caught by pkglint
Diffstat (limited to 'inputmethod')
-rw-r--r-- | inputmethod/tomoe/buildlink3.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/tomoe/buildlink3.mk b/inputmethod/tomoe/buildlink3.mk index 7c42c739f52..7c58df9c30e 100644 --- a/inputmethod/tomoe/buildlink3.mk +++ b/inputmethod/tomoe/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.5 2012/03/03 00:12:11 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.6 2012/05/06 17:24:21 dholland Exp $ BUILDLINK_TREE+= tomoe @@ -6,7 +6,7 @@ BUILDLINK_TREE+= tomoe TOMOE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.tomoe+= tomoe>=0.6.0 -BUILDLINK_ABI_DEPENDS.tomoe?= tomoe>=0.6.0nb4 +BUILDLINK_ABI_DEPENDS.tomoe+= tomoe>=0.6.0nb4 BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe .include "../../devel/glib2/buildlink3.mk" |