16 lines
476 B
Makefile
16 lines
476 B
Makefile
# $NetBSD: buildlink3.mk,v 1.31 2020/08/17 20:17:42 leot Exp $
|
|
|
|
BUILDLINK_TREE+= polkit-qt
|
|
|
|
.if !defined(POLKIT_QT_BUILDLINK3_MK)
|
|
POLKIT_QT_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.polkit-qt+= polkit-qt>=0.9.2
|
|
BUILDLINK_ABI_DEPENDS.polkit-qt+= polkit-qt>=0.112.0nb4
|
|
BUILDLINK_PKGSRCDIR.polkit-qt?= ../../security/polkit-qt
|
|
|
|
.include "../../security/polkit/buildlink3.mk"
|
|
.include "../../x11/qt4-libs/buildlink3.mk"
|
|
.endif # POLKIT_QT_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -polkit-qt
|