2004-03-18 16:40:55 +01:00
|
|
|
# $NetBSD: buildlink3.mk,v 1.2 2004/03/18 15:40:57 jeremy-c-reed Exp $
|
2004-01-31 18:56:11 +01:00
|
|
|
#
|
|
|
|
# This Makefile fragment is included by packages that use xproto.
|
|
|
|
#
|
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
|
|
XPROTO_BUILDLINK3_MK:= ${XPROTO_BUILDLINK3_MK}+
|
|
|
|
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
|
|
BUILDLINK_DEPENDS+= xproto
|
|
|
|
.endif
|
|
|
|
|
2004-03-18 16:40:55 +01:00
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxproto}
|
|
|
|
BUILDLINK_PACKAGES+= xproto
|
|
|
|
|
2004-01-31 18:56:11 +01:00
|
|
|
.if !empty(XPROTO_BUILDLINK3_MK:M+)
|
|
|
|
BUILDLINK_DEPENDS.xproto?= xproto>=6.6
|
|
|
|
BUILDLINK_PKGSRCDIR.xproto?= ../../wip/xproto
|
|
|
|
.endif # XPROTO_BUILDLINK3_MK
|
|
|
|
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|