1efda838d1
infrastructure appears to use some constructs which are not currently available in bootstrap-mk-files. Bump PKGREVISION and add BUILDLINK_ABI_DEPENDS on the new revision, as we cannot guarantee that the shared library name didn't change.
13 lines
361 B
Makefile
13 lines
361 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2014/07/08 14:57:06 jperkin Exp $
|
|
|
|
BUILDLINK_TREE+= tinyxml
|
|
|
|
.if !defined(TINYXML_BUILDLINK3_MK)
|
|
TINYXML_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.tinyxml+= tinyxml>=2.6.2
|
|
BUILDLINK_ABI_DEPENDS.tinyxml?= tinyxml>=2.6.2nb2
|
|
BUILDLINK_PKGSRCDIR.tinyxml?= ../../textproc/tinyxml
|
|
.endif # TINYXML_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -tinyxml
|