diff options
author | tron <tron@pkgsrc.org> | 1999-04-16 20:16:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-04-16 20:16:40 +0000 |
commit | 13bccdbb65659186d3f46722e63ddda3ddd5edc7 (patch) | |
tree | bf0065a49e3c9cac363e7af45bdbcc14524dbe69 /x11 | |
parent | 45262db0645ec246e4d8c7c0b8dacea4f2698aac (diff) | |
download | pkgsrc-13bccdbb65659186d3f46722e63ddda3ddd5edc7.tar.gz |
Update dependence for "gtk+" package to version 1.2.1.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gtk--/Makefile | 4 | ||||
-rw-r--r-- | x11/gtkglarea/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile index d25dbdfb854..35ef2336d55 100644 --- a/x11/gtk--/Makefile +++ b/x11/gtk--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/03/14 17:18:28 rh Exp $ +# $NetBSD: Makefile,v 1.4 1999/04/16 20:16:41 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp # @@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/gtk--/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://lazy.ton.tut.fi/gtk--/gtk--.html -DEPENDS+= gtk+-1.2.0:../../x11/gtk +DEPENDS+= gtk+-1.2.1:../../x11/gtk BUILD_DEPENDS+= gm4:../../devel/m4 USE_LIBTOOL= yes diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 9c44ac75ce4..3fc4f84c3d3 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/03/04 08:56:06 tron Exp $ +# $NetBSD: Makefile,v 1.5 1999/04/16 20:16:41 tron Exp $ DISTNAME= gtkglarea-1.1 CATEGORIES= x11 graphics @@ -8,7 +8,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ DEPENDS+= Mesa-3.0:../../graphics/Mesa -DEPENDS+= gtk+-1.2.0:../../x11/gtk +DEPENDS+= gtk+-1.2.1:../../x11/gtk GNU_CONFIGURE= YES USE_X11BASE= YES diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 1e54a771780..8557701d275 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/04/12 17:57:23 hubertf Exp $ +# $NetBSD: Makefile,v 1.7 1999/04/16 20:16:42 tron Exp $ # DISTNAME= Gtk-0.5120 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ MAINTAINER= root@garbled.net -DEPENDS+= gtk+-1.2.0:../../x11/gtk +DEPENDS+= gtk+-1.2.1:../../x11/gtk USE_PERL5= yes |