diff options
-rw-r--r-- | x11/gnome-core/Makefile | 5 | ||||
-rw-r--r-- | x11/gnome1-panel/Makefile | 5 | ||||
-rw-r--r-- | x11/gnome1-session/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 5983bb12f38..e4ae3ad59be 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,13 +1,12 @@ -# $NetBSD: Makefile,v 1.103 2004/11/30 18:26:41 wiz Exp $ +# $NetBSD: Makefile,v 1.104 2005/03/24 11:00:38 wiz Exp $ # .include "Makefile.common" -PKGREVISION= 16 +PKGREVISION= 17 COMMENT= Core component of GNU Network Object Management Environment -DEPENDS+= xscreensaver-gnome>=4.14:../xscreensaver-gnome DEPENDS+= gnome-session>=1.4.2:../../x11/gnome1-session DEPENDS+= gnome-panel>=1.4.2:../../x11/gnome1-panel BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc diff --git a/x11/gnome1-panel/Makefile b/x11/gnome1-panel/Makefile index 9b218859080..c3f192d0fec 100644 --- a/x11/gnome1-panel/Makefile +++ b/x11/gnome1-panel/Makefile @@ -1,15 +1,14 @@ -# $NetBSD: Makefile,v 1.16 2004/11/30 18:26:41 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2005/03/24 11:00:38 wiz Exp $ # .include "../../x11/gnome-core/Makefile.common" PKGNAME= ${DISTNAME:S/-core/-panel/} -PKGREVISION= 11 +PKGREVISION= 12 COMMENT= Gnome-panel component split out from gnome-core DEPENDS+= gnome-session>=1.4.2:../../x11/gnome1-session -DEPENDS+= xscreensaver-gnome>=4.14:../xscreensaver-gnome BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc CONFLICTS+= gnome-core<1.4.2nb4 diff --git a/x11/gnome1-session/Makefile b/x11/gnome1-session/Makefile index b6a0acadf3f..d4bbb912c95 100644 --- a/x11/gnome1-session/Makefile +++ b/x11/gnome1-session/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.15 2004/11/30 18:26:41 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2005/03/24 11:00:38 wiz Exp $ # .include "../../x11/gnome-core/Makefile.common" PKGNAME= ${DISTNAME:S/-core/-session/} -PKGREVISION= 11 +PKGREVISION= 12 COMMENT= Gnome-session component split out from gnome-core -DEPENDS+= xscreensaver-gnome>=4.14:../xscreensaver-gnome BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc CONFLICTS+= gnome-core<1.4.2nb4 |