summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2007-07-05 11:08:08 +0000
committeradam <adam@pkgsrc.org>2007-07-05 11:08:08 +0000
commit264e2a40f99bd1097e453b35d6914c68822ce253 (patch)
tree226cf1768609c3485b45cef4094cf1683f136042 /x11/gtkmm/Makefile
parente0e551ac29e1a017d12ef91d70a4899703446df6 (diff)
downloadpkgsrc-264e2a40f99bd1097e453b35d6914c68822ce253.tar.gz
Changes 2.10.10:
* RadioAction: Correct a reference-counting error in the "changed" signal. * RecentManager: Allow Gtk::RecentManager::Data to be instantiated, for use with the full version of add_item(). * Menu: Fix memory problems during destruction by handling attached widgets as we already handle child widgets. * Correctly ifdef-out initialization of deprecated classes. * Build: Cope with newer m4 versions. * Documentation: FAQ: Emphasize that libglademm is preferred to glademm.
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index 57f59a91b89..e3333f915e0 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.49 2007/03/18 13:19:37 adam Exp $
+# $NetBSD: Makefile,v 1.50 2007/07/05 11:08:08 adam Exp $
-DISTNAME= gtkmm-2.10.8
+DISTNAME= gtkmm-2.10.10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.10/}
EXTRACT_SUFX= .tar.bz2