summaryrefslogtreecommitdiff
path: root/devel/GConf-ui
diff options
context:
space:
mode:
authorwiz <wiz>2009-05-18 08:26:49 +0000
committerwiz <wiz>2009-05-18 08:26:49 +0000
commit6a47755d3b2afb601e8c5a94df1081359cad5daa (patch)
tree22fe5ba45182217e39c1cb7f6b4783145f3dcf60 /devel/GConf-ui
parent22a6d23c773b2e4574414dd9c2b604a8925e565c (diff)
downloadpkgsrc-6a47755d3b2afb601e8c5a94df1081359cad5daa.tar.gz
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)
Diffstat (limited to 'devel/GConf-ui')
-rw-r--r--devel/GConf-ui/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/GConf-ui/Makefile b/devel/GConf-ui/Makefile
index b3059f83bab..e2d5aaa5cdc 100644
--- a/devel/GConf-ui/Makefile
+++ b/devel/GConf-ui/Makefile
@@ -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"