Require 2.16 for dependencies due to the changed fetch_read semantic.
This commit is contained in:
parent
0ce77f155e
commit
4af8dada8f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2008/04/19 14:49:23 joerg Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2008/10/06 22:03:43 joerg Exp $
|
||||
|
||||
BUILDLINK_DEPMETHOD.libfetch?= build
|
||||
|
||||
|
@ -14,7 +14,7 @@ BUILDLINK_PACKAGES+= libfetch
|
|||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}libfetch
|
||||
|
||||
.if ${LIBFETCH_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.5
|
||||
BUILDLINK_API_DEPENDS.libfetch+= libfetch>=2.16
|
||||
BUILDLINK_PKGSRCDIR.libfetch?= ../../net/libfetch
|
||||
.endif # LIBFETCH_BUILDLINK3_MK
|
||||
|
||||
|
|
Loading…
Reference in a new issue