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.
16 lines
595 B
Makefile
16 lines
595 B
Makefile
# $NetBSD: buildlink3.mk,v 1.5 2018/01/07 13:04:03 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= guile-gnome-platform
|
|
|
|
.if !defined(GUILE_GNOME_PLATFORM_BUILDLINK3_MK)
|
|
GUILE_GNOME_PLATFORM_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.guile-gnome-platform+= guile-gnome-platform>=2.16.1nb10
|
|
BUILDLINK_ABI_DEPENDS.guile-gnome-platform?= guile-gnome-platform>=2.16.2nb3
|
|
BUILDLINK_PKGSRCDIR.guile-gnome-platform?= ../../devel/guile-gnome
|
|
|
|
.include "../../devel/g-wrap/buildlink3.mk"
|
|
.include "../../graphics/guile-cairo/buildlink3.mk"
|
|
.endif # GUILE_GNOME_PLATFORM_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -guile-gnome-platform
|