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
437 B
Makefile
15 lines
437 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2018/01/07 13:04:21 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= claws-mail
|
|
|
|
.if !defined(CLAWS_MAIL_BUILDLINK3_MK)
|
|
CLAWS_MAIL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.claws-mail+= claws-mail>=3.7.0
|
|
BUILDLINK_ABI_DEPENDS.claws-mail+= claws-mail>=3.11.1
|
|
BUILDLINK_PKGSRCDIR.claws-mail?= ../../mail/claws-mail
|
|
|
|
.include "../../textproc/enchant/buildlink3.mk"
|
|
.endif # CLAWS_MAIL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -claws-mail
|