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.
17 lines
606 B
Makefile
17 lines
606 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2018/01/07 13:04:10 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= py-gobject-shared
|
|
|
|
.if !defined(PY_GOBJECT_SHARED_BUILDLINK3_MK)
|
|
PY_GOBJECT_SHARED_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.py-gobject-shared+= py-gobject-shared>=2.10.1
|
|
BUILDLINK_ABI_DEPENDS.py-gobject-shared+= py-gobject-shared>=2.28.6nb5
|
|
BUILDLINK_PKGSRCDIR.py-gobject-shared?= ../../devel/py-gobject-shared
|
|
BUILDLINK_DEPMETHOD.py-gobject-shared?= build
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../devel/libffi/buildlink3.mk"
|
|
.endif # PY_GOBJECT_SHARED_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -py-gobject-shared
|