File:  [cvs.NetBSD.org] / pkgsrc / x11 / qt5-psql / buildlink3.mk
Revision 1.18: download - view: text, annotated - select for diffs
Sun Jan 7 13:04:42 2018 UTC (6 years, 10 months ago) by rillig
Branches: MAIN
CVS tags: HEAD
Fix indentation in buildlink3.mk files.

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.

# $NetBSD: buildlink3.mk,v 1.18 2018/01/07 13:04:42 rillig Exp $

BUILDLINK_TREE+=	qt5-psql

.if !defined(QT5_PSQL_BUILDLINK3_MK)
QT5_PSQL_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.qt5-psql+=	qt5-psql>=5.5.1
BUILDLINK_ABI_DEPENDS.qt5-psql+=	qt5-psql>=5.5.1nb10
BUILDLINK_PKGSRCDIR.qt5-psql?=		../../x11/qt5-psql

BUILDLINK_LIBDIRS.qt5-psql+=		qt5/plugins

.include "../../x11/qt5-qtbase/buildlink3.mk"
.endif	# QT5_PSQL_BUILDLINK3_MK

BUILDLINK_TREE+=	-qt5-psql

CVSweb <webmaster@jp.NetBSD.org>