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.
21 lines
538 B
Makefile
21 lines
538 B
Makefile
# $NetBSD: buildlink3.mk,v 1.17 2018/01/07 13:04:31 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= dbus
|
|
|
|
.if !defined(DBUS_BUILDLINK3_MK)
|
|
DBUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.dbus+= dbus>=0.91
|
|
BUILDLINK_PKGSRCDIR.dbus?= ../../sysutils/dbus
|
|
|
|
.if defined(USE_DBUS-ARCH-DEPS_H)
|
|
. if !empty(USE_DBUS-ARCH-DEPS_H:M[yY][eE][sS])
|
|
BUILDLINK_INCDIRS.dbus+= lib/dbus-1.0/include/dbus
|
|
BUILDLINK_FNAME_TRANSFORM.dbus+= -e "s|lib/dbus-1.0/||"
|
|
. endif
|
|
.endif
|
|
|
|
.include "../../textproc/expat/buildlink3.mk"
|
|
.endif # DBUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -dbus
|