Return to buildlink3.mk CVS log | Up to [cvs.NetBSD.org] / pkgsrc / x11 / qt5-psql |
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