658d9cf876
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
23 lines
700 B
Makefile
23 lines
700 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2006/11/19 11:50:23 wiz Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
RAPTOR_BUILDLINK3_MK:= ${RAPTOR_BUILDLINK3_MK}+
|
|
|
|
.if ${BUILDLINK_DEPTH} == "+"
|
|
BUILDLINK_DEPENDS+= raptor
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nraptor}
|
|
BUILDLINK_PACKAGES+= raptor
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}raptor
|
|
|
|
.if ${RAPTOR_BUILDLINK3_MK} == "+"
|
|
BUILDLINK_API_DEPENDS.raptor?= raptor>=1.0.0
|
|
BUILDLINK_ABI_DEPENDS.raptor+= raptor>=1.4.10nb1
|
|
BUILDLINK_PKGSRCDIR.raptor?= ../../textproc/raptor
|
|
.endif # RAPTOR_BUILDLINK3_MK
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|