2006-02-06 00:08:03 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.16 2006/02/05 23:11:45 joerg Exp $
|
2003-12-16 09:51:42 +01:00
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
XCURSOR_BUILDLINK3_MK:= ${XCURSOR_BUILDLINK3_MK}+
|
|
|
|
|
2004-03-10 18:57:14 +01:00
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= xcursor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxcursor}
|
|
|
|
BUILDLINK_PACKAGES+= xcursor
|
2004-02-17 00:16:02 +01:00
|
|
|
|
|
|
|
.if !empty(XCURSOR_BUILDLINK3_MK:M+)
|
|
|
|
BUILDLINK_DEPENDS.xcursor+= xcursor>=1.0
|
2006-02-06 00:08:03 +01:00
|
|
|
BUILDLINK_RECOMMENDED.xcursor+= xcursor>=1.1.2nb1
|
2004-02-17 00:16:02 +01:00
|
|
|
BUILDLINK_PKGSRCDIR.xcursor?= ../../x11/xcursor
|
2004-03-18 10:12:08 +01:00
|
|
|
.endif # XCURSOR_BUILDLINK3_MK
|
2004-02-17 00:16:02 +01:00
|
|
|
|
2004-03-10 18:57:14 +01:00
|
|
|
# Xfixes/buildlink3.mk is included by xcursor/builtin.mk
|
|
|
|
#.include "../../x11/Xfixes/buildlink3.mk"
|
2004-02-17 00:16:02 +01:00
|
|
|
|
2004-03-10 18:57:14 +01:00
|
|
|
.include "../../x11/Xrender/buildlink3.mk"
|
2003-12-16 09:51:42 +01:00
|
|
|
|
2004-01-05 12:05:44 +01:00
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|