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.
17 lines
460 B
Makefile
17 lines
460 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2018/01/07 13:04:11 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= scintilla
|
|
|
|
.if !defined(SCINTILLA_BUILDLINK3_MK)
|
|
SCINTILLA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_DEPMETHOD.scintilla?= build
|
|
|
|
BUILDLINK_API_DEPENDS.scintilla+= scintilla>=2.23
|
|
BUILDLINK_ABI_DEPENDS.scintilla+= scintilla>=2.29nb7
|
|
BUILDLINK_PKGSRCDIR.scintilla?= ../../devel/scintilla
|
|
|
|
#.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # SCINTILLA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -scintilla
|