diff options
author | tron <tron@pkgsrc.org> | 1998-11-21 22:59:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-21 22:59:33 +0000 |
commit | 56d7760135c2e0fbbbe8bb140b21ba6e57012f50 (patch) | |
tree | 3c924666310fa2a44a38735f8f5e63c7b5b79f65 /x11 | |
parent | 912024a1d31239d8127c043d039e314d9081a1e7 (diff) | |
download | pkgsrc-56d7760135c2e0fbbbe8bb140b21ba6e57012f50.tar.gz |
Depend on "gtk+-1.1.3".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-libs/Makefile | 4 | ||||
-rw-r--r-- | x11/p5-gtk/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/gnome-libs/Makefile b/x11/gnome-libs/Makefile index 3e3bcf6a343..7453809384a 100644 --- a/x11/gnome-libs/Makefile +++ b/x11/gnome-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/10/05 14:31:44 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/11/21 23:03:21 tron Exp $ # DISTNAME= gnome-libs-0.30.1 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ MAINTAINER= tron@netbsd.org DEPENDS+= gettext-0.10:../../misc/gettext -DEPENDS+= gtk+-1.1.2:../../x11/gtk +DEPENDS+= gtk+-1.1.3:../../x11/gtk DEPENDS+= tiff-3.4:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= giflib-3.0:../../graphics/giflib diff --git a/x11/p5-gtk/Makefile b/x11/p5-gtk/Makefile index 21d412c7d8e..9882c4e0108 100644 --- a/x11/p5-gtk/Makefile +++ b/x11/p5-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1998/11/04 07:57:25 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/11/21 23:05:21 tron Exp $ # DISTNAME= Gtk-0.4 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gtk.org/pub/gtk/perl/ MAINTAINER= root@garbled.net -DEPENDS+= gtk+-1.1.2:../../x11/gtk +DEPENDS+= gtk+-1.1.3:../../x11/gtk USE_PERL5= yes |