diff options
author | dholland <dholland> | 2012-05-06 17:24:21 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-06 17:24:21 +0000 |
commit | 48e4c89cfa73da584eb6d0fe4dc7912438ef5724 (patch) | |
tree | 3f9814d3e9be2654e974873202934773c22e46dd | |
parent | 906911dfc0da3c02ac40df37faaf774f7e3161c0 (diff) | |
download | pkgsrc-48e4c89cfa73da584eb6d0fe4dc7912438ef5724.tar.gz |
Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)
caught by pkglint
-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" |