Return to buildlink3.mk CVS log | Up to [cvs.NetBSD.org] / pkgsrc / devel / grantlee |
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