Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)

caught by pkglint
This commit is contained in:
dholland 2012-05-06 17:24:21 +00:00
parent 2ff608f167
commit 48d79ff471

View file

@ -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"