diff options
author | markd <markd@pkgsrc.org> | 2004-02-04 13:25:43 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-02-04 13:25:43 +0000 |
commit | 99a9467d38aa2fe9b68c378c573bff2ec67e89c6 (patch) | |
tree | adaac54b4feb5755f71a4ad10900aa083b753ec6 /misc/gnome2-dirs | |
parent | 9c91f4af20363e8b3db73aa4c2fc02c8a574265e (diff) | |
download | pkgsrc-99a9467d38aa2fe9b68c378c573bff2ec67e89c6.tar.gz |
Depend on xdg-dirs package for share/applications rather than list it
here. Bump PKGREVISION
Diffstat (limited to 'misc/gnome2-dirs')
-rw-r--r-- | misc/gnome2-dirs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/gnome2-dirs/Makefile b/misc/gnome2-dirs/Makefile index b8be343c1a2..bf385e527da 100644 --- a/misc/gnome2-dirs/Makefile +++ b/misc/gnome2-dirs/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.11 2004/01/22 13:17:05 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2004/02/04 13:25:43 markd Exp $ # DISTNAME= gnome2-dirs-${GNOME_DIRS_VERSION} CATEGORIES= misc gnome MASTER_SITES= # empty DISTFILES= # empty +PKGREVISION= 1 MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= # empty @@ -19,6 +20,8 @@ NO_BUILD= # defined .include "../../mk/bsd.prefs.mk" +DEPENDS+= xdg-dirs>=1.0:../../misc/xdg-dirs + .if ${X11PREFIX} == ${LOCALBASE} DEPENDS+= gnome-dirs>=1.0:../../misc/gnome-dirs GNOME_DIRS= @@ -26,7 +29,6 @@ GNOME_DIRS= GNOME_DIRS= ${GNOME_DIRS_COMMON} .endif -GNOME_DIRS+= share/applications GNOME_DIRS+= share/application-registry GNOME_DIRS+= share/control-center-2.0 GNOME_DIRS+= share/control-center-2.0/capplets |