Return to buildlink3.mk CVS log | Up to [cvs.NetBSD.org] / pkgsrc / graphics / qore-glut-module |
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:16 rillig Exp $ # BUILDLINK_TREE+= qore-glut-module .if !defined(QORE_GLUT_MODULE_BUILDLINK3_MK) QORE_GLUT_MODULE_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qore-glut-module+= qore-glut-module>=0.0.3 BUILDLINK_ABI_DEPENDS.qore-glut-module?= qore-glut-module>=0.0.3nb7 BUILDLINK_PKGSRCDIR.qore-glut-module?= ../../graphics/qore-glut-module .include "../../graphics/qore-opengl-module/buildlink3.mk" .endif # QORE_GLUT_MODULE_BUILDLINK3_MK BUILDLINK_TREE+= -qore-glut-module