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.
26 lines
740 B
Makefile
26 lines
740 B
Makefile
# $NetBSD: buildlink3.mk,v 1.21 2018/01/07 13:04:14 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= hicolor-icon-theme
|
|
|
|
.if !defined(HICOLOR_ICON_THEME_BUILDLINK3_MK)
|
|
HICOLOR_ICON_THEME_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.hicolor-icon-theme+= hicolor-icon-theme>=0.4
|
|
BUILDLINK_ABI_DEPENDS.hicolor-icon-theme+= hicolor-icon-theme>=0.9nb1
|
|
BUILDLINK_PKGSRCDIR.hicolor-icon-theme?= ../../graphics/hicolor-icon-theme
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.if !defined(HICOLOR_ICON_THEME_DEPEND_ONLY)
|
|
|
|
ICON_THEMES= yes
|
|
|
|
. if !defined(NOOP_GTK_UPDATE_ICON_CACHE)
|
|
NOOP_GTK_UPDATE_ICON_CACHE=
|
|
TOOLS_NOOP+= gtk-update-icon-cache
|
|
. endif
|
|
|
|
.endif # HICOLOR_ICON_THEME_DEPEND_ONLY
|
|
.endif # HICOLOR_ICON_THEME_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -hicolor-icon-theme
|