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
473 B
Makefile
16 lines
473 B
Makefile
# $NetBSD: buildlink3.mk,v 1.26 2018/01/07 13:04:12 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= SDL_image
|
|
|
|
.if !defined(SDL_IMAGE_BUILDLINK3_MK)
|
|
SDL_IMAGE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.SDL_image+= SDL_image>=1.2.3nb1
|
|
BUILDLINK_ABI_DEPENDS.SDL_image+= SDL_image>=1.2.12nb6
|
|
BUILDLINK_PKGSRCDIR.SDL_image?= ../../graphics/SDL_image
|
|
BUILDLINK_INCDIRS.SDL_image?= include/SDL
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.endif # SDL_IMAGE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -SDL_image
|