File:  [cvs.NetBSD.org] / pkgsrc / devel / grantlee / buildlink3.mk
Revision 1.5: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:03 2018 UTC (6 years, 11 months ago) by rillig
Branches: MAIN
CVS tags: HEAD
Fix indentation in buildlink3.mk files.

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.

# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:04:03 rillig Exp $

BUILDLINK_TREE+=	grantlee

.if !defined(GRANTLEE_BUILDLINK3_MK)
GRANTLEE_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.grantlee+=	grantlee>=0.3.0
BUILDLINK_ABI_DEPENDS.grantlee?=	grantlee>=0.5.1nb2
BUILDLINK_PKGSRCDIR.grantlee?=		../../devel/grantlee

.include "../../x11/qt4-libs/buildlink3.mk"
.endif	# GRANTLEE_BUILDLINK3_MK

BUILDLINK_TREE+=	-grantlee

CVSweb <webmaster@jp.NetBSD.org>