pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/gconf-editor Explicitly depend on gnome2-dirs ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/da5abc0b561f
branches:  trunk
changeset: 485465:da5abc0b561f
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Dec 12 15:33:27 2004 +0000

description:
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:

 editors/gconf-editor/Makefile |  4 ++--
 editors/gconf-editor/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 499edd25452c -r da5abc0b561f editors/gconf-editor/Makefile
--- a/editors/gconf-editor/Makefile     Sun Dec 12 11:03:33 2004 +0000
+++ b/editors/gconf-editor/Makefile     Sun Dec 12 15:33:27 2004 +0000
@@ -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 @@
 
 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 -r 499edd25452c -r da5abc0b561f editors/gconf-editor/PLIST
--- a/editors/gconf-editor/PLIST        Sun Dec 12 11:03:33 2004 +0000
+++ b/editors/gconf-editor/PLIST        Sun Dec 12 15:33:27 2004 +0000
@@ -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 @@
 @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



Home | Main Index | Thread Index | Old Index