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.
22 lines
721 B
Makefile
22 lines
721 B
Makefile
# $NetBSD: buildlink3.mk,v 1.25 2018/01/07 13:04:05 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libbonobo
|
|
|
|
.if !defined(LIBBONOBO_BUILDLINK3_MK)
|
|
LIBBONOBO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libbonobo+= libbonobo>=2.8.0
|
|
BUILDLINK_ABI_DEPENDS.libbonobo+= libbonobo>=2.32.0nb6
|
|
BUILDLINK_PKGSRCDIR.libbonobo?= ../../devel/libbonobo
|
|
|
|
BUILDLINK_FILES.libbonobo+= share/idl/bonobo-2.0/*
|
|
BUILDLINK_FILES.libbonobo+= share/idl/bonobo-activation-2.0/*
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../net/ORBit2/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # LIBBONOBO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libbonobo
|