Increase BUILDLINK_DEPENDS to 5.0.2, because this is a known version that
works under !NetBSD platforms; suggested by Quentin Garnier.
This commit is contained in:
parent
629c6b06ea
commit
001fda0eff
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink2.mk,v 1.3 2003/04/29 23:33:56 jtb Exp $
|
||||
# $NetBSD: buildlink2.mk,v 1.4 2004/04/05 15:19:49 xtraeme Exp $
|
||||
#
|
||||
# This Makefile fragment is included by packages that use lua.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@
|
|||
LUA_BUILDLINK2_MK= # defined
|
||||
|
||||
BUILDLINK_PACKAGES+= lua
|
||||
BUILDLINK_DEPENDS.lua?= lua>=5.0
|
||||
BUILDLINK_DEPENDS.lua?= lua>=5.0.2
|
||||
BUILDLINK_PKGSRCDIR.lua?= ../../lang/lua
|
||||
|
||||
EVAL_PREFIX+= BUILDLINK_PREFIX.lua=lua
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.2 2004/03/05 19:25:36 jlam Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.3 2004/04/05 15:19:49 xtraeme Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LUA_BUILDLINK3_MK:= ${LUA_BUILDLINK3_MK}+
|
||||
|
@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlua}
|
|||
BUILDLINK_PACKAGES+= lua
|
||||
|
||||
.if !empty(LUA_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.lua+= lua>=5.0
|
||||
BUILDLINK_DEPENDS.lua+= lua>=5.0.2
|
||||
BUILDLINK_PKGSRCDIR.lua?= ../../lang/lua
|
||||
.endif # LUA_BUILDLINK3_MK
|
||||
|
||||
|
|
Loading…
Reference in a new issue