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.
13 lines
376 B
Makefile
13 lines
376 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2018/01/07 13:04:25 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libmpeg2
|
|
|
|
.if !defined(LIBMPEG2_BUILDLINK3_MK)
|
|
LIBMPEG2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libmpeg2+= libmpeg2>=0.4.0
|
|
BUILDLINK_ABI_DEPENDS.libmpeg2+= libmpeg2>=0.4.0bnb5
|
|
BUILDLINK_PKGSRCDIR.libmpeg2?= ../../multimedia/libmpeg2
|
|
.endif # LIBMPEG2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libmpeg2
|