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
573 B
Makefile
22 lines
573 B
Makefile
# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:18 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= gcc5-aux
|
|
|
|
.if !defined(GCC5_AUX_BUILDLINK3_MK)
|
|
GCC5_AUX_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gcc5-aux+= gcc5-aux>=20150422
|
|
BUILDLINK_PKGSRCDIR.gcc5-aux?= ../../lang/gcc5-aux
|
|
BUILDLINK_DEPMETHOD.gcc5-aux?= build
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
.include "../../devel/gmp/buildlink3.mk"
|
|
.include "../../math/mpfr/buildlink3.mk"
|
|
.include "../../math/mpcomplex/buildlink3.mk"
|
|
|
|
pkgbase := gcc5-aux
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.endif
|
|
|
|
BUILDLINK_TREE+= -gcc5-aux
|