58c3144236
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
23 lines
678 B
Makefile
23 lines
678 B
Makefile
# $NetBSD: buildlink3.mk,v 1.19 2006/12/15 20:32:55 joerg Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XFT2_BUILDLINK3_MK:= ${XFT2_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= Xft2
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:NXft2}
|
|
BUILDLINK_PACKAGES+= Xft2
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}Xft2
|
|
|
|
.if !empty(XFT2_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.Xft2+= Xft2>=2.1
|
|
BUILDLINK_ABI_DEPENDS.Xft2+= Xft2>=2.1.7nb2
|
|
BUILDLINK_PKGSRCDIR.Xft2?= ../../fonts/Xft2
|
|
.endif # XFT2_BUILDLINK3_MK
|
|
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|