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.
15 lines
414 B
Makefile
15 lines
414 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2018/01/07 13:04:09 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= p5-glib2
|
|
|
|
.if !defined(P5_GLIB2_BUILDLINK3_MK)
|
|
P5_GLIB2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.p5-glib2+= p5-glib2>=1.103
|
|
BUILDLINK_ABI_DEPENDS.p5-glib2+= p5-glib2>=1.262nb1
|
|
BUILDLINK_PKGSRCDIR.p5-glib2?= ../../devel/p5-glib2
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # P5_GLIB2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -p5-glib2
|