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.
18 lines
420 B
Makefile
18 lines
420 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2018/01/07 13:04:31 rillig Exp $
|
|
#
|
|
|
|
BUILDLINK_TREE+= file
|
|
|
|
.if !defined(FILE_BUILDLINK3_MK)
|
|
FILE_BUILDLINK3_MK:=
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.file+= file>=4.17
|
|
BUILDLINK_ABI_DEPENDS.file+= file>=4.17
|
|
BUILDLINK_PKGSRCDIR.file?= ../../sysutils/file
|
|
pkgbase := file
|
|
.include "../../mk/pkg-build-options.mk"
|
|
.endif # FILE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -file
|