summaryrefslogtreecommitdiff
path: root/devel/GConf2-ui
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-22 15:55:26 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-22 15:55:26 +0000
commitb43b0c42c2b8df818f8b199a0e61dbd43842c60b (patch)
tree22093f607dc55fcc03d21c8cd5a164461eda3be2 /devel/GConf2-ui
parentd4ce84ed9b15d26b71ee2b5811b34dc0ca72fb99 (diff)
downloadpkgsrc-b43b0c42c2b8df818f8b199a0e61dbd43842c60b.tar.gz
Update GConf2 and GConf2-ui to 2.10.0:
2.10.0 ====== Translators - Ivar Smolin (et) - Žygimantas Beručka (lt) - Reinout van Schouwen (nl) - Mişu Moldovan (ro) - Maxim Dziumanenko (uk) - Canonical Ltd (xh) 2.9.90 ====== Fixes - Fix daemon reloading causing listeners to break (Mark) - Fixes problem where a path file which only includes another path file wouldn't work (Mark) - Fix double free with gconf_client_clear_cache() (Mark) - Add pre-condition to gconf_value_validate (Vincent Untz) Translators - Rostislav Raykov (bg) - Priit Laes (et) - Pauli Virtanen (fi) - Marcel Telka (sk) 2.9.2 ===== Fixes - Make all_entries() get the schema name when the value is set (Fernando Herrera) - Look up value in the C locale even if its found in the current locale (Fernando Herrera) - Add title/name to the API documentation (Jonathan Blandford) Translators - Changwoo Ryu (ko)
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r--devel/GConf2-ui/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile
index 34e1fd1dcbd..b3e907c0657 100644
--- a/devel/GConf2-ui/Makefile
+++ b/devel/GConf2-ui/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.18 2004/12/03 15:14:53 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2005/03/22 15:55:26 jmmv Exp $
#
.include "../../devel/GConf2/Makefile.common"
PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/}
-BUILDLINK_DEPENDS.GConf2+= GConf2>=2.8.1
+BUILDLINK_DEPENDS.GConf2+= GConf2>=2.10.0
CONFIGURE_ARGS+= --enable-gtk
@@ -17,5 +17,8 @@ do-install:
${PREFIX}/libexec
.include "../../devel/GConf2/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"