4e3b1b97c2
recursive bump for the dependency change
16 lines
490 B
Makefile
16 lines
490 B
Makefile
# $NetBSD: buildlink3.mk,v 1.16 2020/03/10 22:08:59 wiz 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.0nb15
|
|
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
|