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.
20 lines
609 B
Makefile
20 lines
609 B
Makefile
# $NetBSD: buildlink3.mk,v 1.14 2018/01/07 13:04:14 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= gle
|
|
|
|
.if !defined(GLE_BUILDLINK3_MK)
|
|
GLE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gle+= gle>=3.0.3
|
|
BUILDLINK_ABI_DEPENDS.gle+= gle>=3.1.0nb4
|
|
BUILDLINK_PKGSRCDIR.gle?= ../../graphics/gle
|
|
|
|
# GLUT is used only by the examples, which aren't built or installed.
|
|
#.include "../../graphics/glut/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXt/buildlink3.mk"
|
|
.endif # GLE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gle
|