diff options
author | salo <salo@pkgsrc.org> | 2003-02-20 23:19:01 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-20 23:19:01 +0000 |
commit | a188431bb13d4995a32e3fa3e17f337fb1ce2f78 (patch) | |
tree | 1b1f40647c99496fe95a61f7d82761a92bb980a3 /devel/glade/Makefile | |
parent | 9e5e2daf2d147903ef76787d4029286d6078c974 (diff) | |
download | pkgsrc-a188431bb13d4995a32e3fa3e17f337fb1ce2f78.tar.gz |
Updated to version 0.6.4.
Changes:
0.6.4:
======
- Fixed some docs installation problems. (Eric Dorland & Damon)
- Took 'Curve Type' property out for GtkCurve & GtkGammaCurve, since GTK+
has a bug which makes this crash pretty often. (Damon)
- Removed some unfinished GnomeDB widgets from the palette (Rodrigo Moya)
0.6.3:
======
- Fixed some BadMatch problems on multi-depth displays (Dave Camp).
- Better GnomeDB support (Rodrigo Moya, Jos<E9> Antonio Salgueiro Aquino,
Daniel Wagner),
- Fixed properties problem where properties didn't get updated on focus-out
- Fixed bug when using GtkText and gettext (Dennis Brakhane).
- Updated docs to use DocBook 4.0, and avoided use of stylesheet images so
it compiles easier.
- New translations - Romanian (Marius Andreiana), Simplified Chinese
(Wang Jian) and Portuguese (Duarte Loreto).
Diffstat (limited to 'devel/glade/Makefile')
-rw-r--r-- | devel/glade/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile index 76d8f4bf852..f62a71b2410 100644 --- a/devel/glade/Makefile +++ b/devel/glade/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2003/02/18 14:55:57 jmmv Exp $ +# $NetBSD: Makefile,v 1.35 2003/02/20 23:19:01 salo Exp $ # -DISTNAME= glade-0.6.2 -PKGREVISION= 5 +DISTNAME= glade-0.6.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/0.6/} @@ -14,6 +13,8 @@ GNU_CONFIGURE= yes USE_X11BASE= yes USE_BUILDLINK2= yes USE_PKGLOCALEDIR= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool CONFIGURE_ARGS+= --with-bonobo |