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.
17 lines
506 B
Makefile
17 lines
506 B
Makefile
# $NetBSD: buildlink3.mk,v 1.6 2018/01/07 13:04:12 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= SDL2_ttf
|
|
|
|
.if !defined(SDL2_TTF_BUILDLINK3_MK)
|
|
SDL2_TTF_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.SDL2_ttf+= SDL2_ttf>=2.0.12
|
|
BUILDLINK_ABI_DEPENDS.SDL2_ttf+= SDL2_ttf>=2.0.12nb2
|
|
BUILDLINK_PKGSRCDIR.SDL2_ttf?= ../../fonts/SDL2_ttf
|
|
|
|
.include "../../devel/SDL2/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.endif # SDL2_TTF_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -SDL2_ttf
|