Merge upper and lower bound, otherwise the upper bound is seen too
late by pkg_add and the newer g-wrap picked.
This commit is contained in:
parent
16b3af6b82
commit
37231cc976
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/05/17 17:39:04 wiz Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.2 2007/06/18 22:17:07 joerg Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
G_WRAP196_BUILDLINK3_MK:= ${G_WRAP196_BUILDLINK3_MK}+
|
||||
|
@ -12,8 +12,7 @@ BUILDLINK_PACKAGES+= g-wrap196
|
|||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}g-wrap196
|
||||
|
||||
.if !empty(G_WRAP196_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_API_DEPENDS.g-wrap196+= g-wrap>=1.9.5
|
||||
BUILDLINK_API_DEPENDS.g-wrap196+= g-wrap<1.9.7
|
||||
BUILDLINK_API_DEPENDS.g-wrap196+= g-wrap>=1.9.5<1.9.7
|
||||
BUILDLINK_ABI_DEPENDS.g-wrap196?= g-wrap>=1.9.6nb1
|
||||
BUILDLINK_PKGSRCDIR.g-wrap196?= ../../devel/g-wrap196
|
||||
.endif # G_WRAP196_BUILDLINK3_MK
|
||||
|
|
Loading…
Reference in a new issue