blob: 68e7dda36d1dcb914204f4e6b80af3d2d1911804 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: buildlink3.mk,v 1.8 2009/03/20 19:25:21 joerg Exp $
BUILDLINK_TREE+= pinentry
.if !defined(PINENTRY_BUILDLINK3_MK)
PINENTRY_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.pinentry+= pinentry>=0.7.1
BUILDLINK_ABI_DEPENDS.pinentry+= pinentry>=0.7.1nb3
BUILDLINK_PKGSRCDIR.pinentry?= ../../security/pinentry
.endif # PINENTRY_BUILDLINK3_MK
BUILDLINK_TREE+= -pinentry
|