363801544a
* Patches from Patrick Welche, thank you. * Fix buildlink3.mk Changelog: 0.15 * Tweak predefined schemas [#695791] * Updated translations 0.14 * Add a 'search' command to the tool for looking up items [#693881] * Try to unlock locked collection when storing an item [#693723] * Improve validation of the attributes table [#694107] * Allow empty SecretValue contents [#694787] * Introspection fixes [#694448] * Updated translations 0.13 * Updated translations * Build fixes
15 lines
420 B
Makefile
15 lines
420 B
Makefile
# $NetBSD: buildlink3.mk,v 1.2 2013/05/18 09:05:46 ryoon Exp $
|
|
|
|
BUILDLINK_TREE+= libsecret
|
|
|
|
.if !defined(LIBSECRET_BUILDLINK3_MK)
|
|
LIBSECRET_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libsecret+= libsecret>=0.12
|
|
BUILDLINK_PKGSRCDIR.libsecret?= ../../security/libsecret
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../security/libgcrypt/buildlink3.mk"
|
|
.endif # LIBSECRET_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libsecret
|