diff options
author | rh <rh> | 1999-08-29 12:48:23 +0000 |
---|---|---|
committer | rh <rh> | 1999-08-29 12:48:23 +0000 |
commit | c1120e02c1e38eb20cd79c26d7af9893b02661fc (patch) | |
tree | f947a702c647fd0ad01e981f95a011fdba5af266 | |
parent | 64631f53f54c901f10bddebab9733f5b4144cfb0 (diff) | |
download | pkgsrc-c1120e02c1e38eb20cd79c26d7af9893b02661fc.tar.gz |
Update dependency on gnome-libs-1.0.14
-rw-r--r-- | devel/libglade/Makefile | 4 | ||||
-rw-r--r-- | misc/gnofin/Makefile | 4 | ||||
-rw-r--r-- | print/gnome-print/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/libglade/Makefile b/devel/libglade/Makefile index 466b924069e..368a72ef498 100644 --- a/devel/libglade/Makefile +++ b/devel/libglade/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/27 20:50:50 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/29 12:48:23 rh Exp $ # DISTNAME= libglade-0.4 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.daa.com.au/~james/gnome/ DEPENDS+= mawk-1.2.2:../../lang/mawk -DEPENDS+= gnome-libs-1.0.10:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.14:../../x11/gnome-libs DEPENDS+= libxml-1.4.0:../../textproc/libxml GNU_CONFIGURE= YES diff --git a/misc/gnofin/Makefile b/misc/gnofin/Makefile index db88590397d..ca625dacf0a 100644 --- a/misc/gnofin/Makefile +++ b/misc/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/28 09:41:08 rh Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/29 12:48:24 rh Exp $ # DISTNAME= gnofin-0.6.0 @@ -10,7 +10,7 @@ HOMEPAGE= http://jagger.me.berkeley.edu/~dfisher/gnofin/ DEPENDS+= glib-1.2.4:../../devel/glib DEPENDS+= gtk+-1.2.4:../../x11/gtk -DEPENDS+= gnome-libs-1.0.10:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.14:../../x11/gnome-libs USE_X11= yes GNU_CONFIGURE= yes diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index fb79a3bf356..2f03edd068a 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/08/03 21:32:51 abs Exp $ +# $NetBSD: Makefile,v 1.4 1999/08/29 12:48:24 rh Exp $ # DISTNAME= gnome-print-0.4 @@ -8,7 +8,7 @@ MASTER_SITES= http://gd.tuwien.ac.at/hci/gnome.org/GNOME/sources/gnome-print/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html -DEPENDS+= gnome-libs-1.0.10:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.14:../../x11/gnome-libs DEPENDS+= libxml-1.4.0:../../textproc/libxml DEPENDS+= ghostscript-5.50:../../print/ghostscript5 |