diff options
author | wiz <wiz> | 2005-12-31 00:06:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-12-31 00:06:30 +0000 |
commit | f6aafdd52c4e324fbab822e3922564e4cba90c2d (patch) | |
tree | d8526c32701a512e098f6e1f1a1bc70f6f297b6e /devel | |
parent | 2e60ce52f8667d2cca7528de09449f8ca6f5bc6e (diff) | |
download | pkgsrc-f6aafdd52c4e324fbab822e3922564e4cba90c2d.tar.gz |
Update to 2.12.1:
2.12.1
======
Fixes
- Code cleanups (Kjartan Maraas)
- Open GModules with G_MODULE_BIND_LAZY (Kjartan Maraas)
- Fix change notification with multiple sources (Alexander Larsson)
- Allow space in config source names on windows (Tor Lillqvist)
- Read xml files in larger chunks (Mark McLoughlin)
- Simplify the handling of --enable-schemas-install (Stepan Kasal)
- Win32 Fixes (Tor Lillqvist)
Lots of translation updates.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/GConf2-ui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index cb281cfc86e..f596c4d2987 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.21 2005/10/08 17:15:48 jmmv Exp $ +# $NetBSD: Makefile,v 1.22 2005/12/31 00:06:30 wiz Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/} -PKGREVISION= 1 -BUILDLINK_DEPENDS.GConf2+= GConf2>=2.12.0nb1 +BUILDLINK_DEPENDS.GConf2+= GConf2>=2.12.1 CONFIGURE_ARGS+= --enable-gtk |