17e39f419d
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
23 lines
529 B
Makefile
23 lines
529 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:04:41 rillig Exp $
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.if ${X11_TYPE} != "modular"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.else
|
|
|
|
BUILDLINK_TREE+= libxkbui
|
|
|
|
. if !defined(LIBXKBUI_BUILDLINK3_MK)
|
|
LIBXKBUI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libxkbui+= libxkbui>=1.0.2
|
|
BUILDLINK_PKGSRCDIR.libxkbui?= ../../x11/libxkbui
|
|
|
|
.include "../../x11/libX11/buildlink3.mk"
|
|
.include "../../x11/libxkbfile/buildlink3.mk"
|
|
. endif # LIBXKBUI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libxkbui
|
|
|
|
.endif
|