diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-08 19:40:36 +0000 |
commit | ae5a97419f9483f8d29f539efc9d0073f21b32de (patch) | |
tree | 31ed0dbd30601179a2bbef617a33214b104e418a /x11/gnome-core | |
parent | a8e47947f0a68e270b396c8eb837420d5740af94 (diff) | |
download | pkgsrc-ae5a97419f9483f8d29f539efc9d0073f21b32de.tar.gz |
Handle some shared directories by depending on (or updating dependancies to
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs.
Bump PKGREVISION.
Diffstat (limited to 'x11/gnome-core')
-rw-r--r-- | x11/gnome-core/Makefile | 6 | ||||
-rw-r--r-- | x11/gnome-core/Makefile.common | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index 16c41148417..ccaf2fd8a3e 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.96 2004/03/07 12:09:21 jmmv Exp $ +# $NetBSD: Makefile,v 1.97 2004/03/08 19:40:43 jmmv Exp $ # .include "Makefile.common" -PKGREVISION= 11 +PKGREVISION= 12 COMMENT= Core component of GNU Network Object Management Environment -DEPENDS+= gnome1-dirs>=1.0:../../misc/gnome1-dirs +DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs 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 diff --git a/x11/gnome-core/Makefile.common b/x11/gnome-core/Makefile.common index ae0356e390b..07e2573d1ac 100644 --- a/x11/gnome-core/Makefile.common +++ b/x11/gnome-core/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2004/02/14 17:21:55 jlam Exp $ +# $NetBSD: Makefile.common,v 1.7 2004/03/08 19:40:43 jmmv Exp $ # DISTNAME= gnome-core-1.4.2 @@ -10,6 +10,7 @@ MAINTAINER?= rh@NetBSD.org HOMEPAGE?= http://www.gnome.org/ BUILD_USES_MSGFMT= YES +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs USE_BUILDLINK2= YES USE_PKGLOCALEDIR= YES |