summaryrefslogtreecommitdiff
path: root/x11/gtk/Makefile
diff options
context:
space:
mode:
authorrh <rh>1999-08-28 09:36:31 +0000
committerrh <rh>1999-08-28 09:36:31 +0000
commit2c2b33e2208118495b53cee71c631154357c077f (patch)
tree381bb70786471f2e74e3cc3a23f0cd51dab3560c /x11/gtk/Makefile
parentc7bd4a37e70872fa2d438b869137da12dc4a3018 (diff)
downloadpkgsrc-2c2b33e2208118495b53cee71c631154357c077f.tar.gz
Update gtk+ to 1.2.4
Overview of Changes in GTK+ 1.2.4: * DnD improvements (drags can be canceled with Esc now). * suppressed configure event reordering in Gdk. * rewrite of Gtk's configure event handling. * major improvements for the object argument system (Elena Devdariani). * major bugfixes for threading, GtkNotebook, GtkItemFactory, GtkCList and GtkCTree. * tutorial/FAQ updates, new file generation.txt on autogenerated sources. * configure's --with-glib= is "officially" unsupported. * upgrade to libtool 1.3.3. * various buglets fixed. Overview of Changes in GTK+ 1.2.3: * Upgrade to libtool 1.3 * Check for dgettext (for systems with old versions of GNU Gettext) * Many bug fixes (see ChangeLog for details)
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r--x11/gtk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile
index c65cb0ccfd4..46d10fd64e9 100644
--- a/x11/gtk/Makefile
+++ b/x11/gtk/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 1999/05/23 23:49:14 tv Exp $
+# $NetBSD: Makefile,v 1.33 1999/08/28 09:36:31 rh Exp $
-DISTNAME= gtk+-1.2.2
+DISTNAME= gtk+-1.2.4
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/v1.2/ \
ftp://ftp.cs.umn.edu/pub/gimp/gtk/v1.2/ \
@@ -11,7 +11,7 @@ MAINTAINER= tron@netbsd.org
HOMEPAGE= http://www.gtk.org/
DEPENDS+= gettext-0.10.35:../../devel/gettext
-DEPENDS+= glib-1.2.2:../../devel/glib
+DEPENDS+= glib-1.2.4:../../devel/glib
BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
USE_LIBTOOL= yes