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
470 B
Makefile
16 lines
470 B
Makefile
# $NetBSD: buildlink3.mk,v 1.19 2018/01/07 13:03:53 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= SDL_mixer
|
|
|
|
.if !defined(SDL_MIXER_BUILDLINK3_MK)
|
|
SDL_MIXER_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.5nb2
|
|
BUILDLINK_ABI_DEPENDS.SDL_mixer+= SDL_mixer>=1.2.12nb6
|
|
BUILDLINK_PKGSRCDIR.SDL_mixer?= ../../audio/SDL_mixer
|
|
BUILDLINK_INCDIRS.SDL_mixer?= include/SDL
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.endif # SDL_MIXER_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -SDL_mixer
|