diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-10-26 20:57:53 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-10-26 20:57:53 +0000 |
commit | dff2c3dff7df4f7595ce5060cb85e583744a5dfc (patch) | |
tree | 601c244813f759df5004c7c3abdcd03e6afa0b2b /devel/GConf2-ui | |
parent | acd27113c3051d851e4d9c62499129298b225b2d (diff) | |
download | pkgsrc-dff2c3dff7df4f7595ce5060cb85e583744a5dfc.tar.gz |
Update GConf2 and GConf2-ui to 2.8.1:
Fixes
- If the toplevel directory of a source isn't writable, then mark the
whole source as readonly (Mark)
- Plug various leaks (Kjartan)
Translators
- Christophe Merlet (RedFox) (fr)
- Alessio Frusciante (it)
- Žygimantas Beručka (lt)
- Li-Jen Hsin (zh_TW)
Diffstat (limited to 'devel/GConf2-ui')
-rw-r--r-- | devel/GConf2-ui/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/GConf2-ui/Makefile b/devel/GConf2-ui/Makefile index b52d95976ec..a4247872077 100644 --- a/devel/GConf2-ui/Makefile +++ b/devel/GConf2-ui/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.16 2004/10/03 00:13:24 tv Exp $ +# $NetBSD: Makefile,v 1.17 2004/10/26 20:57:53 jmmv Exp $ # .include "../../devel/GConf2/Makefile.common" PKGNAME= ${DISTNAME:S/GConf/GConf2-ui/} -PKGREVISION= 1 + +BUILDLINK_DEPENDS.GConf2+= GConf2>=2.8.1 CONFIGURE_ARGS+= --enable-gtk |