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.
18 lines
551 B
Makefile
18 lines
551 B
Makefile
# $NetBSD: buildlink3.mk,v 1.13 2018/01/07 13:03:55 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libshout
|
|
|
|
.if !defined(LIBSHOUT_BUILDLINK3_MK)
|
|
LIBSHOUT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libshout+= libshout>=2.0
|
|
BUILDLINK_ABI_DEPENDS.libshout+= libshout>=2.0nb1
|
|
BUILDLINK_PKGSRCDIR.libshout?= ../../audio/libshout
|
|
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../audio/speex/buildlink3.mk"
|
|
.include "../../multimedia/libtheora/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.endif # LIBSHOUT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libshout
|