pkgsrc/net/gupnp-av/buildlink3.mk
rillig 17e39f419d Fix indentation in buildlink3.mk files.
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.
2018-01-07 13:03:53 +00:00

15 lines
412 B
Makefile

# $NetBSD: buildlink3.mk,v 1.29 2018/01/07 13:04:26 rillig Exp $
BUILDLINK_TREE+= gupnp-av
.if !defined(GUPNP_AV_BUILDLINK3_MK)
GUPNP_AV_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.gupnp-av+= gupnp-av>=0.12.2
BUILDLINK_ABI_DEPENDS.gupnp-av+= gupnp-av>=0.12.7nb9
BUILDLINK_PKGSRCDIR.gupnp-av?= ../../net/gupnp-av
.include "../../net/gupnp/buildlink3.mk"
.endif # GUPNP_AV_BUILDLINK3_MK
BUILDLINK_TREE+= -gupnp-av