17e39f419d
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.
16 lines
522 B
Makefile
16 lines
522 B
Makefile
# $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
|