diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-01-04 11:38:28 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-01-04 11:38:28 +0000 |
commit | 7d7f1223a26bc556352898bcf13b8d8da842a469 (patch) | |
tree | 6a59f01695290b498089bf1377541d5e8fe14822 /devel/libgnomeui/Makefile | |
parent | a9fc32ffda76b100c1e60083de684c1ab981cabb (diff) | |
download | pkgsrc-7d7f1223a26bc556352898bcf13b8d8da842a469.tar.gz |
Updated libgnomeui to 2.0.6. Changes:
* Added am, be, da translations.
* libgnomeui/gnome-druid.c (gnome_druid_instance_init): Grab the focus on the
next button rather than just setting the HAS_FOCUS flag.
Diffstat (limited to 'devel/libgnomeui/Makefile')
-rw-r--r-- | devel/libgnomeui/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/libgnomeui/Makefile b/devel/libgnomeui/Makefile index 057c6521369..9e0c851ae42 100644 --- a/devel/libgnomeui/Makefile +++ b/devel/libgnomeui/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/01/03 15:26:57 jmmv Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/04 11:38:28 jmmv Exp $ # -DISTNAME= libgnomeui-2.0.5 -PKGREVISION= 2 +DISTNAME= libgnomeui-2.0.6 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomeui/2.0/} EXTRACT_SUFX= .tar.bz2 @@ -18,7 +17,6 @@ GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes USE_GMAKE= yes -USE_GNU_GETTEXT= yes USE_PERL5= yes USE_X11= yes |