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
561 B
Makefile
16 lines
561 B
Makefile
# $NetBSD: buildlink3.mk,v 1.26 2018/01/07 13:04:15 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= p5-Gnome2-Canvas
|
|
|
|
.if !defined(P5_GNOME2_CANVAS_BUILDLINK3_MK)
|
|
P5_GNOME2_CANVAS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.p5-Gnome2-Canvas+= p5-Gnome2-Canvas>=1.002
|
|
BUILDLINK_ABI_DEPENDS.p5-Gnome2-Canvas+= p5-Gnome2-Canvas>=1.002nb29
|
|
BUILDLINK_PKGSRCDIR.p5-Gnome2-Canvas?= ../../graphics/p5-Gnome2-Canvas
|
|
|
|
.include "../../graphics/libgnomecanvas/buildlink3.mk"
|
|
.include "../../x11/p5-gtk2/buildlink3.mk"
|
|
.endif # P5_GNOME2_CANVAS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -p5-Gnome2-Canvas
|