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.
17 lines
510 B
Makefile
17 lines
510 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2018/01/07 13:04:21 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libsylph
|
|
|
|
.if !defined(LIBSYLPH_BUILDLINK3_MK)
|
|
LIBSYLPH_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libsylph+= libsylph>=0.3.0
|
|
BUILDLINK_ABI_DEPENDS.libsylph+= libsylph>=1.1.0nb4
|
|
BUILDLINK_PKGSRCDIR.libsylph?= ../../mail/libsylph
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.endif # LIBSYLPH_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libsylph
|