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.
15 lines
432 B
Makefile
15 lines
432 B
Makefile
# $NetBSD: buildlink3.mk,v 1.4 2018/01/07 13:04:34 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= libxmlpp1
|
|
|
|
.if !defined(LIBXMLPP1_BUILDLINK3_MK)
|
|
LIBXMLPP1_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libxmlpp1+= libxml++1>=1.0.5
|
|
BUILDLINK_ABI_DEPENDS.libxmlpp1?= libxml++1>=1.0.5nb1
|
|
BUILDLINK_PKGSRCDIR.libxmlpp1?= ../../textproc/libxml++1
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.endif # LIBXMLPP1_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libxmlpp1
|