File:  [cvs.NetBSD.org] / pkgsrc / x11 / dri3proto / Attic / buildlink3.mk
Revision 1.2: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:37 2018 UTC (7 years, 4 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.2 2018/01/07 13:04:37 rillig Exp $

BUILDLINK_TREE+=	dri3proto

.if !defined(DRI3PROTO_BUILDLINK3_MK)
DRI3PROTO_BUILDLINK3_MK:=

BUILDLINK_DEPMETHOD.dri3proto?=	build

BUILDLINK_API_DEPENDS.dri3proto+=	dri3proto>=1.0
BUILDLINK_PKGSRCDIR.dri3proto?=		../../x11/dri3proto
.endif	# DRI3PROTO_BUILDLINK3_MK

BUILDLINK_TREE+=	-dri3proto

CVSweb <webmaster@jp.NetBSD.org>