pkgsrc/textproc/xerces-c/buildlink3.mk
obache 565f9bba9e buildlink with converters/libiconv as same condition of Makefile.
fixes buildlink of packages depending on this package for SunOS and Darwin.
2012-12-31 09:27:50 +00:00

17 lines
466 B
Makefile

# $NetBSD: buildlink3.mk,v 1.14 2012/12/31 09:27:50 obache Exp $
BUILDLINK_TREE+= xerces-c
.if !defined(XERCES_C_BUILDLINK3_MK)
XERCES_C_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.xerces-c+= xerces-c>=3.1.1
BUILDLINK_PKGSRCDIR.xerces-c?= ../../textproc/xerces-c
.include "../../mk/bsd.fast.prefs.mk"
.if ${OPSYS} != "Darwin" && ${OPSYS} != "SunOS"
.include "../../converters/libiconv/buildlink3.mk"
.endif
.endif # XERCES_C_BUILDLINK3_MK
BUILDLINK_TREE+= -xerces-c