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.39 2018/01/07 13:04:33 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= gtkspell
|
|
|
|
.if !defined(GTKSPELL_BUILDLINK3_MK)
|
|
GTKSPELL_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gtkspell+= gtkspell>=2.0.13
|
|
BUILDLINK_ABI_DEPENDS.gtkspell+= gtkspell>=2.0.16nb24
|
|
BUILDLINK_PKGSRCDIR.gtkspell?= ../../textproc/gtkspell
|
|
|
|
.include "../../textproc/enchant/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # GTKSPELL_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gtkspell
|