diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-03-12 20:44:16 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-03-12 20:44:16 +0000 |
commit | 9fc5fcb048ce096dffa1313171c109421105ef29 (patch) | |
tree | bd7c6cd3c545fdb670a68b304e1bc95526e644aa /misc/gnome1-dirs | |
parent | 2068210b76dbaaf8822f6d67f6014cb4eacccd17 (diff) | |
download | pkgsrc-9fc5fcb048ce096dffa1313171c109421105ef29.tar.gz |
Use xdg-x11-dirs properly, by using the right path and pkg name.
Diffstat (limited to 'misc/gnome1-dirs')
-rw-r--r-- | misc/gnome1-dirs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnome1-dirs/Makefile b/misc/gnome1-dirs/Makefile index 93a82f1c91c..21e28f5d4d5 100644 --- a/misc/gnome1-dirs/Makefile +++ b/misc/gnome1-dirs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/03/12 19:49:59 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/03/12 20:44:16 jmmv Exp $ # DISTNAME= gnome1-dirs-${GNOME_DIRS_VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= # empty COMMENT= Shared GTK/GNOME (v1) directories DEPENDS+= gnome-dirs>=1.0:../../misc/gnome-dirs -DEPENDS+= xdg-dirs>=1.1:../../misc/xdg-dirs +DEPENDS+= xdg-x11-dirs>=1.1:../../misc/xdg-x11-dirs WRKSRC= ${WRKDIR} USE_LANGUAGES= # empty |