File:  [cvs.NetBSD.org] / pkgsrc / devel / ocaml-odn / Attic / buildlink3.mk
Revision 1.11: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:08 2018 UTC (7 years, 3 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.11 2018/01/07 13:04:08 rillig Exp $

BUILDLINK_TREE+=	ocaml-odn

.if !defined(OCAML_ODN_BUILDLINK3_MK)
OCAML_ODN_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.ocaml-odn+=	ocaml-odn>=0.0.11
BUILDLINK_ABI_DEPENDS.ocaml-odn?=	ocaml-odn>=0.0.11nb9
BUILDLINK_PKGSRCDIR.ocaml-odn?=		../../devel/ocaml-odn

.include "../../lang/ocaml/buildlink3.mk"
.endif	# OCAML_ODN_BUILDLINK3_MK

BUILDLINK_TREE+=	-ocaml-odn

CVSweb <webmaster@jp.NetBSD.org>