diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-12 15:33:27 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-12 15:33:27 +0000 |
commit | 42fb5585bfb1364766bbb81fcc47054584939e07 (patch) | |
tree | 963842772b5a0a431688b066d1869f8106c11c43 /editors | |
parent | 9b81fff133f04f94629b796b8100004939760e4f (diff) | |
download | pkgsrc-42fb5585bfb1364766bbb81fcc47054584939e07.tar.gz |
Explicitly depend on gnome2-dirs because this package needs
share/gnome/help, which is installed by gnome2-dirs.
Noted by jmmv@.
Also correct the corresponding comment in PLIST.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gconf-editor/Makefile | 4 | ||||
-rw-r--r-- | editors/gconf-editor/PLIST | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index 1899696e21f..d57547a4917 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2004/12/11 06:53:21 minskim Exp $ +# $NetBSD: Makefile,v 1.27 2004/12/12 15:33:27 minskim Exp $ # DISTNAME= gconf-editor-2.8.2 @@ -15,7 +15,7 @@ BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES USE_BUILDLINK3= YES -USE_DIRS+= xdg-1.1 +USE_DIRS+= xdg-1.1 gnome2-1.5 USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make diff --git a/editors/gconf-editor/PLIST b/editors/gconf-editor/PLIST index c0d8aa9788f..4aad0adb0ae 100644 --- a/editors/gconf-editor/PLIST +++ b/editors/gconf-editor/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2004/12/11 06:53:21 minskim Exp $ +@comment $NetBSD: PLIST,v 1.8 2004/12/12 15:33:27 minskim Exp $ bin/gconf-editor man/man1/gconf-editor.1 share/applications/gconf-editor.desktop @@ -94,6 +94,6 @@ share/pixmaps/gconf-editor/folder-open.png @dirrm share/gnome/help/gconf-editor/C/figures @dirrm share/gnome/help/gconf-editor/C @dirrm share/gnome/help/gconf-editor -@comment in gnome-dirs: @dirrm share/gnome/help +@comment in gnome2-dirs: @dirrm share/gnome/help @comment in GConf2: @dirrm share/gconf/schemas @comment in xdg-dirs: @dirrm share/applications |