summaryrefslogtreecommitdiff
path: root/x11/gtkmm/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2004-07-05 11:04:33 +0000
committerdrochner <drochner>2004-07-05 11:04:33 +0000
commite6a335513975043344de889933d8363877539332 (patch)
tree900545f9c741fa44016e3010507bad239b234276 /x11/gtkmm/Makefile
parent664acc312a50a34a9593304ee6660b81f336d5c0 (diff)
downloadpkgsrc-e6a335513975043344de889933d8363877539332.tar.gz
update to 2.2.12,
fix MASTER_SITES changes: * gtkmm 2.2.10 had an incorrect configure-time test, that mistakenly disabled some template code for gcc, used to convert from intermediate C++ containers to STL containers. For instance, this broke the gnome-vfsmm build. * TreeView::get_path_at_pos(): Correct memory management. ("David"). * ConstructParams::ConstructParams(): improvement. (Daniel Elstner). * TreePath::append(): Maybe fixed compilation for gcc 3.4. (Daniel Elstner)
Diffstat (limited to 'x11/gtkmm/Makefile')
-rw-r--r--x11/gtkmm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtkmm/Makefile b/x11/gtkmm/Makefile
index 349cfa85934..f0673573302 100644
--- a/x11/gtkmm/Makefile
+++ b/x11/gtkmm/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2004/04/02 12:33:22 adam Exp $
+# $NetBSD: Makefile,v 1.20 2004/07/05 11:04:33 drochner Exp $
#
-DISTNAME= gtkmm-2.2.10
+DISTNAME= gtkmm-2.2.12
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkmm/2.2/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.gtkmm.org/