Set BUILDLINK_ABI_DEPENDS.tomoe correctly (with +=, not ?=)
caught by pkglint
This commit is contained in:
parent
2ff608f167
commit
48d79ff471
1 changed files with 2 additions and 2 deletions
|
@ -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
|
BUILDLINK_TREE+= tomoe
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@ BUILDLINK_TREE+= tomoe
|
||||||
TOMOE_BUILDLINK3_MK:=
|
TOMOE_BUILDLINK3_MK:=
|
||||||
|
|
||||||
BUILDLINK_API_DEPENDS.tomoe+= tomoe>=0.6.0
|
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
|
BUILDLINK_PKGSRCDIR.tomoe?= ../../inputmethod/tomoe
|
||||||
|
|
||||||
.include "../../devel/glib2/buildlink3.mk"
|
.include "../../devel/glib2/buildlink3.mk"
|
||||||
|
|
Loading…
Reference in a new issue