diff options
author | rh <rh@pkgsrc.org> | 1999-08-28 09:43:06 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-08-28 09:43:06 +0000 |
commit | 6c7e0a91ff1abc57c816f20e5db5adeaf2b30873 (patch) | |
tree | 8d07d8f005aa52375ea0db13eef8463410f3ae07 /x11 | |
parent | 2e31533cd7834c1c72dec426d059afb4ae5e4686 (diff) | |
download | pkgsrc-6c7e0a91ff1abc57c816f20e5db5adeaf2b30873.tar.gz |
Update dependency on gtk+-1.2.4
Diffstat (limited to 'x11')
-rw-r--r-- | x11/ascp/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk--/Makefile | 4 | ||||
-rw-r--r-- | x11/gtkglarea/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk/Makefile | 4 | ||||
-rw-r--r-- | x11/scwm/Makefile | 4 | ||||
-rw-r--r-- | x11/wmakerconf/Makefile | 4 |
6 files changed, 12 insertions, 12 deletions
diff --git a/x11/ascp/Makefile b/x11/ascp/Makefile index aa5989e4f4c..c8fe634c170 100644 --- a/x11/ascp/Makefile +++ b/x11/ascp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/06/07 07:26:01 tron Exp $ +# $NetBSD: Makefile,v 1.2 1999/08/28 09:43:14 rh Exp $ DISTNAME= ascp-1.0.2 CATEGORIES= x11 @@ -8,7 +8,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://hubble.colorado.edu/~nwanua/htmldir/ascp.html DEPENDS+= afterstep-1.6.10:../../x11/afterstep -DEPENDS+= gtk+-1.2.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk USE_X11BASE= yes GNU_CONFIGURE= yes diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile index 9c2a43f0c66..f60be0bf92d 100644 --- a/x11/gtk--/Makefile +++ b/x11/gtk--/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/05/20 20:09:52 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/08/28 09:43:15 rh 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.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk BUILD_DEPENDS+= gm4:../../devel/m4 USE_LIBTOOL= yes diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 7517e912b49..9d39f2f1ee1 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/07/22 23:44:35 sakamoto Exp $ +# $NetBSD: Makefile,v 1.9 1999/08/28 09:43:15 rh Exp $ DISTNAME= gtkglarea-1.2.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.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 61e51fc32e4..288c997aa67 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/05/02 14:35:58 tron Exp $ +# $NetBSD: Makefile,v 1.10 1999/08/28 09:43:15 rh 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.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk USE_PERL5= yes USE_X11= yes diff --git a/x11/scwm/Makefile b/x11/scwm/Makefile index 3593706c5f9..d8ce1600827 100644 --- a/x11/scwm/Makefile +++ b/x11/scwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/23 14:17:03 agc Exp $ +# $NetBSD: Makefile,v 1.2 1999/08/28 09:43:16 rh Exp $ # DISTNAME= scwm-0.9 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://scwm.mit.edu/ DEPENDS+= guile-1.3:../../lang/guile -DEPENDS+= gtk+-1.2.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk CONFIGURE_ARGS+= --with-guile-prefix=${LOCALBASE} \ --with-gtk-prefix=${X11BASE} \ diff --git a/x11/wmakerconf/Makefile b/x11/wmakerconf/Makefile index e1cf91fe498..366a99a4e45 100644 --- a/x11/wmakerconf/Makefile +++ b/x11/wmakerconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/08/08 06:11:44 rh Exp $ +# $NetBSD: Makefile,v 1.6 1999/08/28 09:43:16 rh Exp $ # DISTNAME= wmakerconf-2.1 @@ -15,7 +15,7 @@ HOMEPAGE= http://www-info2.informatik.uni-wuerzburg.de/staff/ulli/wmakerconf/ DEPENDS+= windowmaker-0.60.0:../../x11/windowmaker DEPENDS+= imlib-1.9.4:../../graphics/imlib DEPENDS+= libproplist-0.8.3:../../devel/libproplist -DEPENDS+= gtk+-1.2.2:../../x11/gtk +DEPENDS+= gtk+-1.2.4:../../x11/gtk USE_X11BASE= YES GNU_CONFIGURE= YES |