Update to 2.26.2, add policykit dependency.

2.26.2
======

  Fixes
   - Avoid assertion failures in gconf_client_lookup callers (Matthias Clasen)

2.26.1
======

  Fixes
   - Tracing improvements (Behdad Esfahbod)
   - Track fully-cached directories in the client (Matthias Clasen)
   - Improve performance of the markup backend (Michael Meeks)
   - Make openldap support optional (Gilles Dartiguelongue)
   - Fix errno usage (Christian Persch)

  Translation updates
     (ar, et, kn, or)
This commit is contained in:
wiz 2009-05-18 08:26:49 +00:00
parent 38ca63a5bd
commit d0c5729de3

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2008/10/09 20:53:48 wiz Exp $
# $NetBSD: Makefile,v 1.4 2009/05/18 08:26:49 wiz Exp $
#
.include "../../devel/GConf/Makefile.common"
@ -19,5 +19,6 @@ do-install:
${DESTDIR}${PREFIX}/libexec
.include "../../devel/GConf/buildlink3.mk"
.include "../../security/policykit/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"