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
573 B
Makefile
16 lines
573 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2018/01/07 13:04:24 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= gst-plugins1-bad
|
|
|
|
.if !defined(GST_PLUGINS1_BAD_BUILDLINK3_MK)
|
|
GST_PLUGINS1_BAD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.0.3
|
|
BUILDLINK_ABI_DEPENDS.gst-plugins1-bad+= gst-plugins1-bad>=1.0.3
|
|
BUILDLINK_PKGSRCDIR.gst-plugins1-bad?= ../../multimedia/gst-plugins1-bad
|
|
|
|
.include "../../multimedia/gstreamer1/buildlink3.mk"
|
|
.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
|
|
.endif # GST_PLUGINS1_BAD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gst-plugins1-bad
|