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.
16 lines
471 B
Makefile
16 lines
471 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2018/01/07 13:04:14 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= imlib-gtk
|
|
|
|
.if !defined(IMLIB_GTK_BUILDLINK3_MK)
|
|
IMLIB_GTK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.imlib-gtk+= imlib-gtk>=1.9.15
|
|
BUILDLINK_ABI_DEPENDS.imlib-gtk+= imlib-gtk>=1.9.15nb6
|
|
BUILDLINK_PKGSRCDIR.imlib-gtk?= ../../graphics/imlib-gtk
|
|
|
|
.include "../../graphics/imlib/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
.endif # IMLIB_GTK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -imlib-gtk
|