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.
20 lines
558 B
Makefile
20 lines
558 B
Makefile
# $NetBSD: buildlink3.mk,v 1.33 2018/01/07 13:04:26 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libgdata
|
|
|
|
.if !defined(LIBGDATA_BUILDLINK3_MK)
|
|
LIBGDATA_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libgdata+= libgdata>=0.6.4
|
|
BUILDLINK_ABI_DEPENDS.libgdata+= libgdata>=0.16.1nb13
|
|
BUILDLINK_PKGSRCDIR.libgdata?= ../../net/libgdata
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../net/libsoup/buildlink3.mk"
|
|
.include "../../security/liboauth/buildlink3.mk"
|
|
.include "../../textproc/json-glib/buildlink3.mk"
|
|
|
|
.endif # LIBGDATA_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libgdata
|