File:  [cvs.NetBSD.org] / pkgsrc / devel / p5-pango / buildlink3.mk
Revision 1.24: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:09 2018 UTC (6 years, 9 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.24 2018/01/07 13:04:09 rillig Exp $

BUILDLINK_TREE+=	p5-pango

.if !defined(P5_PANGO_BUILDLINK3_MK)
P5_PANGO_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.p5-pango+=	p5-pango>=1.200
BUILDLINK_ABI_DEPENDS.p5-pango+=	p5-pango>=1.227nb2
BUILDLINK_PKGSRCDIR.p5-pango?=		../../devel/p5-pango

.include "../../devel/pango/buildlink3.mk"
.endif # P5_PANGO_BUILDLINK3_MK

BUILDLINK_TREE+=	-p5-pango

CVSweb <webmaster@jp.NetBSD.org>