Return to buildlink3.mk CVS log | Up to [cvs.NetBSD.org] / pkgsrc / x11 / qt5-qtwebchannel |
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.13 2018/01/07 13:04:42 rillig Exp $ BUILDLINK_TREE+= qt5-qtwebchannel .if !defined(QT5_QTWEBCHANNEL_BUILDLINK3_MK) QT5_QTWEBCHANNEL_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.qt5-qtwebchannel+= qt5-qtwebchannel>=5.5.1 BUILDLINK_ABI_DEPENDS.qt5-qtwebchannel+= qt5-qtwebchannel>=5.5.1nb10 BUILDLINK_PKGSRCDIR.qt5-qtwebchannel?= ../../x11/qt5-qtwebchannel BUILDLINK_INCDIRS.qt5-qtwebchannel+= qt5/include BUILDLINK_LIBDIRS.qt5-qtwebchannel+= qt5/lib BUILDLINK_LIBDIRS.qt5-qtwebchannel+= qt5/plugins .include "../../x11/qt5-qtdeclarative/buildlink3.mk" .endif # QT5_QTWEBCHANNEL_BUILDLINK3_MK BUILDLINK_TREE+= -qt5-qtwebchannel