diff options
-rw-r--r-- | devel/libgtop/Makefile | 4 | ||||
-rw-r--r-- | misc/gnofin/Makefile | 4 | ||||
-rw-r--r-- | x11/gnome-core/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index 5143aabc7d2..a04ab9bd795 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 1999/08/30 08:54:03 jlam Exp $ +# $NetBSD: Makefile,v 1.22 1999/09/03 07:22:53 rh Exp $ # DISTNAME= libgtop-1.0.2 @@ -9,7 +9,7 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.home-of-linux.org/gnome/libgtop/ DEPENDS+= gettext-0.10.35:../../devel/gettext -DEPENDS+= gnome-libs-1.0.14:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs DEPENDS+= guile-1.3.2:../../lang/guile NOT_FOR_PLATFORM= *-*-alpha # problems with gtk diff --git a/misc/gnofin/Makefile b/misc/gnofin/Makefile index ca625dacf0a..8c5843acc12 100644 --- a/misc/gnofin/Makefile +++ b/misc/gnofin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/08/29 12:48:24 rh Exp $ +# $NetBSD: Makefile,v 1.5 1999/09/03 07:22:55 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.14:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs USE_X11= yes GNU_CONFIGURE= yes diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 4f208082019..b5fe89affd0 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 1999/09/03 01:57:03 jlam Exp $ +# $NetBSD: Makefile,v 1.26 1999/09/03 07:22:55 rh Exp $ # DISTNAME= gnome-core-1.0.9 @@ -9,7 +9,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.gnome.org/ DEPENDS+= esound-0.2.8:../../audio/esound -DEPENDS+= gnome-libs-1.0.14:../../x11/gnome-libs +DEPENDS+= gnome-libs-1.0.16:../../x11/gnome-libs # "libgtop" packages is broken at the moment. #DEPENDS+= libgtop-1.0.2:../../devel/libgtop |