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
436 B
Makefile
18 lines
436 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:03:54 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= celt
|
|
|
|
.if !defined(CELT_BUILDLINK3_MK)
|
|
CELT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.celt+= celt>=0.11.3
|
|
BUILDLINK_PKGSRCDIR.celt?= ../../audio/celt
|
|
pkgbase:= celt
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.celt:Mogg)
|
|
. include "../../multimedia/libogg/buildlink3.mk"
|
|
.endif
|
|
.endif # CELT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -celt
|