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
452 B
Makefile
15 lines
452 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2018/01/07 13:04:23 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= pynumeric
|
|
|
|
.if !defined(PY_NUMERIC_BUILDLINK3_MK)
|
|
PY_NUMERIC_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
BUILDLINK_API_DEPENDS.pynumeric+= ${PYPKGPREFIX}-Numeric-[0-9]*
|
|
BUILDLINK_ABI_DEPENDS.pynumeric+= ${PYPKGPREFIX}-Numeric>=23.7nb1
|
|
BUILDLINK_PKGSRCDIR.pynumeric?= ../../math/py-Numeric
|
|
.endif # PY_NUMERIC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -pynumeric
|