16 lines
491 B
Makefile
16 lines
491 B
Makefile
# $NetBSD: buildlink3.mk,v 1.12 2018/12/09 18:52:07 adam Exp $
|
|
|
|
BUILDLINK_TREE+= polkit-qt5
|
|
|
|
.if !defined(POLKIT_QT5_BUILDLINK3_MK)
|
|
POLKIT_QT5_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.polkit-qt5+= polkit-qt5>=0.112.0
|
|
BUILDLINK_ABI_DEPENDS.polkit-qt5+= polkit-qt5>=0.112.0nb11
|
|
BUILDLINK_PKGSRCDIR.polkit-qt5?= ../../security/polkit-qt5
|
|
|
|
.include "../../security/polkit/buildlink3.mk"
|
|
.include "../../x11/qt5-qtbase/buildlink3.mk"
|
|
.endif # POLKIT_QT5_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -polkit-qt5
|