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
458 B
Makefile
17 lines
458 B
Makefile
# $NetBSD: buildlink3.mk,v 1.18 2018/01/07 13:04:42 rillig Exp $
|
|
|
|
BUILDLINK_TREE+= qt5-odbc
|
|
|
|
.if !defined(QT5_ODBC_BUILDLINK3_MK)
|
|
QT5_ODBC_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.qt5-odbc+= qt5-odbc>=5.5.1
|
|
BUILDLINK_ABI_DEPENDS.qt5-odbc+= qt5-odbc>=5.5.1nb9
|
|
BUILDLINK_PKGSRCDIR.qt5-odbc?= ../../x11/qt5-odbc
|
|
|
|
BUILDLINK_LIBDIRS.qt5-odbc+= qt5/plugins
|
|
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.endif # QT5_ODBC_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -qt5-odbc
|