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
458 B
Makefile
16 lines
458 B
Makefile
# $NetBSD: buildlink3.mk,v 1.29 2018/01/07 13:04:00 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= GConf-ui
|
|
|
|
.if !defined(GCONF_UI_BUILDLINK3_MK)
|
|
GCONF_UI_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.GConf-ui+= GConf-ui>=2.8.0.1
|
|
BUILDLINK_ABI_DEPENDS.GConf-ui+= GConf-ui>=2.32.4nb18
|
|
BUILDLINK_PKGSRCDIR.GConf-ui?= ../../devel/GConf-ui
|
|
|
|
.include "../../devel/GConf/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # GCONF_UI_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -GConf-ui
|