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
480 B
Makefile
16 lines
480 B
Makefile
# $NetBSD: buildlink3.mk,v 1.10 2018/01/07 13:04:35 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= sablotron
|
|
|
|
.if !defined(SABLOTRON_BUILDLINK3_MK)
|
|
SABLOTRON_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sablotron+= sablotron>=1.0
|
|
BUILDLINK_ABI_DEPENDS.sablotron+= sablotron>=1.0.2nb2
|
|
BUILDLINK_PKGSRCDIR.sablotron?= ../../textproc/sablotron
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.endif # SABLOTRON_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sablotron
|