summaryrefslogtreecommitdiff
path: root/editors/gconf-editor/Makefile
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2009-03-18 01:59:43 +0000
committerjmcneill <jmcneill>2009-03-18 01:59:43 +0000
commite0bf2f6197aa3c37ee1fa685cdee81578868793b (patch)
tree00caa38ea575b4b25ae30f7e2859e865ffc158c6 /editors/gconf-editor/Makefile
parentf94740d2d67124a9bb555b73ee81361321532a49 (diff)
downloadpkgsrc-e0bf2f6197aa3c37ee1fa685cdee81578868793b.tar.gz
Update gconf-editor to 2.26.0.
2.26.0 * Updates: - Updated translations. 2.25.91 * New features: - Add preliminary support to set default/mandatory values with PolicyKit (Vincent Untz). * Fixes: - Fix sensitivity of context menu entries for Unset, SetDefault and SetMandatory (Vincent Untz). - Port to GtkTooltip. - Enforce single-include policy for GLib and GTK+ - Don't steal focus with the "Pattern not found" dialog. - Drop dependency on libgnome and libgnomeui. - Plug some memory leaks. * Updates: - Updated translations.
Diffstat (limited to 'editors/gconf-editor/Makefile')
-rw-r--r--editors/gconf-editor/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile
index 5387f0bf39a..95d5d85ff73 100644
--- a/editors/gconf-editor/Makefile
+++ b/editors/gconf-editor/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.62 2008/10/29 02:21:24 wiz Exp $
+# $NetBSD: Makefile,v 1.63 2009/03/18 01:59:43 jmcneill Exp $
#
-DISTNAME= gconf-editor-2.24.1
+DISTNAME= gconf-editor-2.26.0
CATEGORIES= editors gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.24/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.26/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -33,6 +33,7 @@ BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.14.0
.include "../../devel/libgnome/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../security/policykit/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../mk/omf-scrollkeeper.mk"
.include "../../x11/gtk2/buildlink3.mk"