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
409 B
Makefile
15 lines
409 B
Makefile
# $NetBSD: buildlink3.mk,v 1.7 2018/01/07 13:04:06 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libmemmgr
|
|
|
|
.if !defined(LIBMEMMGR_BUILDLINK3_MK)
|
|
LIBMEMMGR_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libmemmgr+= libmemmgr>=1.04
|
|
BUILDLINK_PKGSRCDIR.libmemmgr?= ../../devel/libmemmgr
|
|
BUILDLINK_DEPMETHOD.libmemmgr?= build
|
|
|
|
.include "../../devel/libetm/buildlink3.mk"
|
|
.endif # LIBMEMMGR_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libmemmgr
|