blob: 7751de26a670ad3f7e957f458e1878c608fb19f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/01/17 12:51:16 martti Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
XFCE4_CALENDAR_BUILDLINK3_MK:= ${XFCE4_CALENDAR_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= xfce4-calendar
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-calendar}
BUILDLINK_PACKAGES+= xfce4-calendar
.if !empty(XFCE4_CALENDAR_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.xfce4-calendar+= xfce4-calendar>=4.2.0
BUILDLINK_PKGSRCDIR.xfce4-calendar?= ../../time/xfce4-calendar
.endif # XFCE4_CALENDAR_BUILDLINK3_MK
.include "../../databases/dbh/buildlink3.mk"
.include "../../x11/xfce4-mcs-plugins/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|