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
466 B
Makefile
16 lines
466 B
Makefile
# $NetBSD: buildlink3.mk,v 1.8 2018/01/07 13:04:37 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= uhttpmock
|
|
|
|
.if !defined(UHTTPMOCK_BUILDLINK3_MK)
|
|
UHTTPMOCK_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.uhttpmock+= uhttpmock>=0.4.0
|
|
BUILDLINK_ABI_DEPENDS.uhttpmock?= uhttpmock>=0.4.0nb11
|
|
BUILDLINK_PKGSRCDIR.uhttpmock?= ../../www/uhttpmock
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.endif # UHTTPMOCK_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -uhttpmock
|