diff options
author | wiz <wiz@pkgsrc.org> | 2002-11-29 17:25:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-11-29 17:25:22 +0000 |
commit | 32433d57b090eee5095bb5c5c75fd2e416388efc (patch) | |
tree | 5c3829588dca3b6049d2763632b6cb86b6cc3cdf /x11/gtk2/Makefile | |
parent | 98031f9b6380ed328f9b70ec8994550849e4345e (diff) | |
download | pkgsrc-32433d57b090eee5095bb5c5c75fd2e416388efc.tar.gz |
Update to 2.09:
* Fix colormap refcounting, which caused frequent metacity crashes
* GtkTreeView bug fixes
- Make TreeView reordering work on FreeBSD/Solaris
* Various bug fixes
Diffstat (limited to 'x11/gtk2/Makefile')
-rw-r--r-- | x11/gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile index 1d9532632ad..6802d2807d6 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2002/11/15 17:12:09 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2002/11/29 17:25:22 wiz Exp $ # -DISTNAME= gtk+-2.0.8 +DISTNAME= gtk+-2.0.9 PKGNAME= ${DISTNAME:S/gtk/gtk2/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v2.0/ \ |