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
428 B
Makefile
15 lines
428 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2018/01/07 13:03:59 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= poco-data
|
|
|
|
.if !defined(POCO_DATA_BUILDLINK3_MK)
|
|
POCO_DATA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.poco-data+= poco-data>=1.6.1
|
|
BUILDLINK_ABI_DEPENDS.poco-data+= poco-data>=1.6.1nb1
|
|
BUILDLINK_PKGSRCDIR.poco-data?= ../../databases/poco-data
|
|
|
|
.include "../../devel/poco/buildlink3.mk"
|
|
.endif # POCO_DATA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -poco-data
|