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
464 B
Makefile
16 lines
464 B
Makefile
# $NetBSD: buildlink3.mk,v 1.29 2018/01/07 13:04:26 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= gupnp-igd
|
|
|
|
.if !defined(GUPNP_IGD_BUILDLINK3_MK)
|
|
GUPNP_IGD_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gupnp-igd+= gupnp-igd>=0.2.1
|
|
BUILDLINK_ABI_DEPENDS.gupnp-igd+= gupnp-igd>=0.2.4nb1
|
|
BUILDLINK_PKGSRCDIR.gupnp-igd?= ../../net/gupnp-igd
|
|
|
|
.include "../../net/gupnp/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # GUPNP_IGD_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gupnp-igd
|