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
472 B
Makefile
16 lines
472 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2018/01/07 13:04:05 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libgee0.6
|
|
|
|
.if !defined(LIBGEE0.6_BUILDLINK3_MK)
|
|
LIBGEE0.6_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgee0.6+= libgee0.6>=0.5.3
|
|
BUILDLINK_ABI_DEPENDS.libgee0.6+= libgee0.6>=0.6.5nb1
|
|
BUILDLINK_ABI_DEPENDS.libgee0.6+= libgee0.6<0.8
|
|
BUILDLINK_PKGSRCDIR.libgee0.6?= ../../devel/libgee0.6
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # LIBGEE0.6_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgee0.6
|