blob: 12905c4766593e02a22feb74945cf26c242ee474 (
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.6 2006/04/17 13:46:01 wiz Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
GNOME_PRINT_BUILDLINK3_MK:= ${GNOME_PRINT_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= gnome-print
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-print}
BUILDLINK_PACKAGES+= gnome-print
.if !empty(GNOME_PRINT_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.gnome-print+= gnome-print>=0.36nb4
BUILDLINK_ABI_DEPENDS.gnome-print+= gnome-print>=0.37nb2
BUILDLINK_PKGSRCDIR.gnome-print?= ../../print/gnome-print
.endif # GNOME_PRINT_BUILDLINK3_MK
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
.include "../../textproc/libunicode/buildlink3.mk"
.include "../../textproc/libxml/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|