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.
18 lines
545 B
Makefile
18 lines
545 B
Makefile
# $NetBSD: buildlink3.mk,v 1.10 2018/01/07 13:04:10 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= py-boost
|
|
|
|
.if !defined(PY_BOOST_BUILDLINK3_MK)
|
|
PY_BOOST_BUILDLINK3_MK:=
|
|
|
|
.include "../../lang/python/pyversion.mk"
|
|
|
|
# Use a dependency pattern that guarantees the proper ABI.
|
|
BUILDLINK_API_DEPENDS.py-boost+= ${PYPKGPREFIX}-boost-1.66.*
|
|
BUILDLINK_ABI_DEPENDS.py-boost+= ${PYPKGPREFIX}-boost-1.66.*
|
|
BUILDLINK_PKGSRCDIR.py-boost?= ../../devel/py-boost
|
|
|
|
.include "../../devel/boost-headers/buildlink3.mk"
|
|
.endif # PY_BOOST_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-boost
|