pkgsrc/x11/randrext/buildlink3.mk
jlam 17482d3d5f randrext doesn't require X11 to build, but Xrandr does, so move the
inclusion of x11.buildlink3.mk from randrext into Xrandr.
2005-06-06 19:27:57 +00:00

21 lines
600 B
Makefile

# $NetBSD: buildlink3.mk,v 1.6 2005/06/06 19:27:57 jlam Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
RANDREXT_BUILDLINK3_MK:= ${RANDREXT_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= randrext
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nrandrext}
BUILDLINK_PACKAGES+= randrext
.if !empty(RANDREXT_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.randrext+= randrext>=1.0
BUILDLINK_PKGSRCDIR.randrext?= ../../x11/randrext
BUILDLINK_DEPMETHOD.randrext?= build
.endif # RANDREXT_BUILDLINK3_MK
.include "../../x11/xextensions/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}