Raise DEPENDS to the latest and greatest (1.1.8) since, as noted by wiz,
we have to do a recursive PKGREVISION bump anyway since libxslt now needs libgcrypt..
This commit is contained in:
parent
ecb6a0c8ca
commit
222ec3f538
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.5 2004/07/06 15:06:19 recht Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.6 2004/07/06 16:28:12 recht Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LIBXSLT_BUILDLINK3_MK:= ${LIBXSLT_BUILDLINK3_MK}+
|
||||
|
@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlibxslt}
|
|||
BUILDLINK_PACKAGES+= libxslt
|
||||
|
||||
.if !empty(LIBXSLT_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.libxslt+= libxslt>=1.1.0
|
||||
BUILDLINK_DEPENDS.libxslt+= libxslt>=1.1.8
|
||||
BUILDLINK_PKGSRCDIR.libxslt?= ../../textproc/libxslt
|
||||
.endif # LIBXSLT_BUILDLINK3_MK
|
||||
|
||||
|
|
Loading…
Reference in a new issue