diff options
author | tron <tron@pkgsrc.org> | 2000-03-12 22:30:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-12 22:30:05 +0000 |
commit | f91cf763c26f4eb792774c6ab80fce52358603f6 (patch) | |
tree | 1407a052e54d9e32ced4282a368d577a142408e2 /x11/gtk/Makefile | |
parent | c6962e9d8260114a52b48a37b95602f1b16de995 (diff) | |
download | pkgsrc-f91cf763c26f4eb792774c6ab80fce52358603f6.tar.gz |
Update "gtk+" package to version 1.2.7. This version fixes numerous bugs
discovered in version 1.2.6 and includes two new translations.
Diffstat (limited to 'x11/gtk/Makefile')
-rw-r--r-- | x11/gtk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gtk/Makefile b/x11/gtk/Makefile index 02ecd1ba5a6..af951974cf4 100644 --- a/x11/gtk/Makefile +++ b/x11/gtk/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2000/01/10 19:11:10 hubertf Exp $ +# $NetBSD: Makefile,v 1.40 2000/03/12 22:30:05 tron Exp $ -DISTNAME= gtk+-1.2.6 +DISTNAME= gtk+-1.2.7 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.*:../../devel/gettext -DEPENDS+= glib-1.2.*:../../devel/glib +DEPENDS+= glib>=1.2.7:../../devel/glib BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5 USE_LIBTOOL= yes |