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.
19 lines
594 B
Makefile
19 lines
594 B
Makefile
# $NetBSD: buildlink3.mk,v 1.20 2018/01/07 13:04:16 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= sane-backends
|
|
|
|
.if !defined(SANE_BACKENDS_BUILDLINK3_MK)
|
|
SANE_BACKENDS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.sane-backends+= sane-backends>=1.0.3
|
|
BUILDLINK_ABI_DEPENDS.sane-backends+= sane-backends>=1.0.24
|
|
BUILDLINK_PKGSRCDIR.sane-backends?= ../../graphics/sane-backends
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
.include "../../devel/libusb1/buildlink3.mk"
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
.include "../../mk/jpeg.buildlink3.mk"
|
|
.endif # SANE_BACKENDS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -sane-backends
|