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
561 B
Makefile
17 lines
561 B
Makefile
# $NetBSD: buildlink3.mk,v 1.9 2018/01/07 13:04:27 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= liblive
|
|
|
|
.if !defined(LIBLIVE_BUILDLINK3_MK)
|
|
LIBLIVE_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.liblive+= liblive>=20080706
|
|
BUILDLINK_ABI_DEPENDS.liblive+= liblive>=20080706
|
|
BUILDLINK_PKGSRCDIR.liblive?= ../../net/liblive
|
|
BUILDLINK_INCDIRS.liblive+= include/BasicUsageEnvironment
|
|
BUILDLINK_INCDIRS.liblive+= include/UsageEnvironment
|
|
BUILDLINK_INCDIRS.liblive+= include/groupsock
|
|
BUILDLINK_INCDIRS.liblive+= include/liveMedia
|
|
.endif # LIBLIVE_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -liblive
|