blob: 34381b3d6e6ad9f82eb09e5411ed30291fc22618 (
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
25
26
27
|
# $NetBSD: buildlink3.mk,v 1.14 2007/04/11 22:45:09 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GTKHTML38_BUILDLINK3_MK:= ${GTKHTML38_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gtkhtml38
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngtkhtml38}
BUILDLINK_PACKAGES+= gtkhtml38
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gtkhtml38
.if !empty(GTKHTML38_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.gtkhtml38+= gtkhtml38>=3.14.0
BUILDLINK_PKGSRCDIR.gtkhtml38?= ../../www/gtkhtml38
.endif # GTKHTML38_BUILDLINK3_MK
# XXX: gail is not required by the .pc file but appears as a library
# '-lgailutil' in the .la file... I'm not sure about putting the dependency
# here.
.include "../../devel/gail/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|