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.
16 lines
465 B
Makefile
16 lines
465 B
Makefile
# $NetBSD: buildlink3.mk,v 1.30 2018/01/07 13:04:34 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libcroco
|
|
|
|
.if !defined(LIBCROCO_BUILDLINK3_MK)
|
|
LIBCROCO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libcroco+= libcroco>=0.6.0
|
|
BUILDLINK_ABI_DEPENDS.libcroco+= libcroco>=0.6.5nb2
|
|
BUILDLINK_PKGSRCDIR.libcroco?= ../../textproc/libcroco
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # LIBCROCO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libcroco
|