pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-panel gnome-panel's configure checks for 'gc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53aeca3c3353
branches:  trunk
changeset: 475864:53aeca3c3353
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri May 28 18:27:10 2004 +0000

description:
gnome-panel's configure checks for 'gconf-2.0 >= 2.6.1'
so depend on GConf2>=2.6.1. (Okay'd by maintainer, jmmv@.)

diffstat:

 x11/gnome-panel/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r f9534f45f699 -r 53aeca3c3353 x11/gnome-panel/Makefile
--- a/x11/gnome-panel/Makefile  Fri May 28 18:16:38 2004 +0000
+++ b/x11/gnome-panel/Makefile  Fri May 28 18:27:10 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2004/05/15 15:48:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.39 2004/05/28 18:27:10 reed Exp $
 #
 
 DISTNAME=              gnome-panel-2.6.1
@@ -23,6 +23,8 @@
 CONFIGURE_ARGS+=       --enable-gtk-doc=no
 CONFIGURE_ARGS+=       --with-html-dir=${PREFIX}/share/doc/html
 
+BUILDLINK_DEPENDS.GConf2+=     GConf2>=2.6.1
+
 GCONF2_SCHEMAS=        clock.schemas
 GCONF2_SCHEMAS+=       fish.schemas
 GCONF2_SCHEMAS+=       gnome-panel-screenshot.schemas



Home | Main Index | Thread Index | Old Index