diff options
author | drochner <drochner@pkgsrc.org> | 2008-02-13 19:45:41 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2008-02-13 19:45:41 +0000 |
commit | e34958cb4693220c1bbfefce11fa292097d8445f (patch) | |
tree | 30b00ffd1d2229f36145e6420c9c2f874ebb1e4f /x11/gtk2/Makefile | |
parent | 7f2bc1ed3d3c8733580e19bc18784f120cfdc192 (diff) | |
download | pkgsrc-e34958cb4693220c1bbfefce11fa292097d8445f.tar.gz |
update to 2.12.8
changes:
-ui improvements for file chooser
-bugfixes
-translation updates
pkgsrc change: don't build in the "test" and "perf" subdirs,
to save build time
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 7d50e84f8dc..98276310a5e 100644 --- a/x11/gtk2/Makefile +++ b/x11/gtk2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.155 2008/02/03 11:20:20 drochner Exp $ +# $NetBSD: Makefile,v 1.156 2008/02/13 19:45:41 drochner Exp $ -DISTNAME= gtk+-2.12.7 +DISTNAME= gtk+-2.12.8 PKGNAME= ${DISTNAME:S/gtk/gtk2/} CATEGORIES= x11 MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/2.12/ \ |