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.
15 lines
451 B
Makefile
15 lines
451 B
Makefile
# $NetBSD: buildlink3.mk,v 1.22 2018/01/07 13:04:31 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= gnome-menus
|
|
|
|
.if !defined(GNOME_MENUS_BUILDLINK3_MK)
|
|
GNOME_MENUS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.gnome-menus+= gnome-menus>=2.13.5
|
|
BUILDLINK_ABI_DEPENDS.gnome-menus+= gnome-menus>=2.30.5nb4
|
|
BUILDLINK_PKGSRCDIR.gnome-menus?= ../../sysutils/gnome-menus
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.endif # GNOME_MENUS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -gnome-menus
|