diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-14 16:15:20 +0000 |
commit | bedae6c90ccf11bddb3b3bdde8d2652e72eeeed3 (patch) | |
tree | 3757535e0cffe141412b01910b7f14b0965825b2 /x11/gnome1-session | |
parent | a7e2fe95446b9256aa3c5d4f9854059551415f11 (diff) | |
download | pkgsrc-bedae6c90ccf11bddb3b3bdde8d2652e72eeeed3.tar.gz |
Make use of the new USE_DIRS variable, instead of directly depending on the
*-dirs packages.
Diffstat (limited to 'x11/gnome1-session')
-rw-r--r-- | x11/gnome1-session/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gnome1-session/Makefile b/x11/gnome1-session/Makefile index 29019ded07f..19d8859490c 100644 --- a/x11/gnome1-session/Makefile +++ b/x11/gnome1-session/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:59 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/14 16:15:29 jmmv Exp $ # .include "../../x11/gnome-core/Makefile.common" @@ -8,12 +8,13 @@ PKGREVISION= 8 COMMENT= Gnome-session component split out from gnome-core -DEPENDS+= gnome1-dirs>=1.5:../../misc/gnome1-dirs DEPENDS+= xscreensaver-gnome>=4.14:../xscreensaver-gnome BUILD_DEPENDS+= gtk-doc>=0.9:../../textproc/gtk-doc CONFLICTS+= gnome-core<1.4.2nb4 +USE_DIRS+= gnome1-1.5 + .include "../../mk/bsd.prefs.mk" .if (${LOCALBASE} == ${X11PREFIX}) BUILDLINK_DEPENDS.gnome-pixmaps=gnome{,2}-pixmaps>=1.4.2 |