diff options
author | adam <adam@pkgsrc.org> | 2006-01-16 14:24:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-01-16 14:24:21 +0000 |
commit | 4eb258e754954eee66a7956e6cb755742e4d9b2c (patch) | |
tree | 76be0a2ef6ede12e9fa561fb5cc07037da82c7e3 /x11/gtkmm/Makefile | |
parent | afe7ca4f087d12f78ac27a5c484721b175df65b4 (diff) | |
download | pkgsrc-4eb258e754954eee66a7956e6cb755742e4d9b2c.tar.gz |
Changes 2.8.2:
* Gdk::Window::set_cursor():
Avoid leaking an extra Cursor instance.
* Build:
- Correctly find gmmproc on 64-bit systems.
- Optionally don't build the documentation, for
people in a hurry.
- Windows: Check for mkifofs().
- For reduced-resources devices, optionally allow deprecated
API to be left out of the library.
* Documentation:
- Generated Since and Deprecated lists of API.
- Improved Expander documentation.
- Corrections to DrawArea chapter in book.
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r-- | x11/gtkmm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile index 50b02709baf..fe530f515f5 100644 --- a/x11/gtkmm/Makefile +++ b/x11/gtkmm/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2005/10/03 13:11:49 adam Exp $ +# $NetBSD: Makefile,v 1.31 2006/01/16 14:24:21 adam Exp $ -DISTNAME= gtkmm-2.8.0 +DISTNAME= gtkmm-2.8.2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.8/} EXTRACT_SUFX= .tar.bz2 |