pkgsrc/x11/lesstif/buildlink3.mk
joerg 58c3144236 Mechanically replace all includes of buildlink3.mk of the following
packages with the modular Xorg equivalent. Those are falling back
to the old location by default, so this commmit doesn't change
dependencies.

graphics/xpm ==> x11/libXpm
fonts/Xft2 ==> x11/libXft
x11/Xfixes ==> x11/libXfixes
x11/xcursor ==> x11/libXcursor
x11/Xrender ==> x11/libXrender
x11/Xrandr ==> libXrandr
2006-12-15 20:32:52 +00:00

23 lines
721 B
Makefile

# $NetBSD: buildlink3.mk,v 1.11 2006/12/15 20:33:04 joerg Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
LESSTIF_BUILDLINK3_MK:= ${LESSTIF_BUILDLINK3_MK}+
.if !empty(BUILDLINK_DEPTH:M+)
BUILDLINK_DEPENDS+= lesstif
.endif
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nlesstif}
BUILDLINK_PACKAGES+= lesstif
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}lesstif
.if !empty(LESSTIF_BUILDLINK3_MK:M+)
BUILDLINK_API_DEPENDS.lesstif+= lesstif>=0.91.4
BUILDLINK_ABI_DEPENDS.lesstif+= lesstif>=0.94.4nb2
BUILDLINK_PKGSRCDIR.lesstif?= ../../x11/lesstif
.endif # LESSTIF_BUILDLINK3_MK
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../x11/libXrender/buildlink3.mk"
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}