blob: 909c266b4556fde74d7f11a2c815ec7a00ef7966 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 04:06:04 minskim Exp $
#
# This Makefile fragment is included by packages that use xerces-c.
#
# This file was created automatically using createbuildlink-3.1.
#
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XERCES_C_BUILDLINK3_MK:= ${XERCES_C_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= xerces-c
.endif
.if !empty(XERCES_C_BUILDLINK3_MK:M+)
BUILDLINK_PACKAGES+= xerces-c
BUILDLINK_DEPENDS.xerces-c+= xerces-c>=2.3.0
BUILDLINK_PKGSRCDIR.xerces-c?= ../../textproc/xerces-c
.include "../../converters/libiconv/buildlink3.mk"
.endif # XERCES_C_BUILDLINK3_MK
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|