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
505 B
Makefile
17 lines
505 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:03:56 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= opusfile
|
|
|
|
.if !defined(OPUSFILE_BUILDLINK3_MK)
|
|
OPUSFILE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.opusfile+= opusfile>=0.5
|
|
BUILDLINK_ABI_DEPENDS.opusfile?= opusfile>=0.7
|
|
BUILDLINK_PKGSRCDIR.opusfile?= ../../audio/opusfile
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../audio/libopus/buildlink3.mk"
|
|
.include "../../multimedia/libogg/buildlink3.mk"
|
|
.endif # OPUSFILE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -opusfile
|