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.
18 lines
493 B
Makefile
18 lines
493 B
Makefile
# $NetBSD: buildlink3.mk,v 1.20 2018/01/07 13:04:38 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= gtk
|
|
|
|
.if !defined(GTK_BUILDLINK3_MK)
|
|
GTK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gtk+= gtk+>=1.2.10
|
|
BUILDLINK_ABI_DEPENDS.gtk+= gtk+>=1.2.10nb10
|
|
BUILDLINK_PKGSRCDIR.gtk?= ../../x11/gtk
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXi/buildlink3.mk"
|
|
.endif # GTK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gtk
|