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
24 lines
741 B
Makefile
24 lines
741 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2006/12/15 20:33:05 joerg Exp $
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
|
XFORMS_BUILDLINK3_MK:= ${XFORMS_BUILDLINK3_MK}+
|
|
|
|
.if !empty(BUILDLINK_DEPTH:M+)
|
|
BUILDLINK_DEPENDS+= xforms
|
|
.endif
|
|
|
|
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxforms}
|
|
BUILDLINK_PACKAGES+= xforms
|
|
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xforms
|
|
|
|
.if !empty(XFORMS_BUILDLINK3_MK:M+)
|
|
BUILDLINK_API_DEPENDS.xforms+= xforms>=1.0nb2
|
|
BUILDLINK_ABI_DEPENDS.xforms+= xforms>=1.0nb5
|
|
BUILDLINK_PKGSRCDIR.xforms?= ../../x11/xforms
|
|
.endif # XFORMS_BUILDLINK3_MK
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
|
|
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|