diff options
author | reed <reed@pkgsrc.org> | 2004-05-28 18:27:10 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-05-28 18:27:10 +0000 |
commit | 59a1ba109b909b94e0cb2bc35666241e146375f2 (patch) | |
tree | 3dff672df9ad314f5d35a4f9db6a8a741d013f09 /x11 | |
parent | 71fabe316532ff0d958f6e41c970a1c861dc6d60 (diff) | |
download | pkgsrc-59a1ba109b909b94e0cb2bc35666241e146375f2.tar.gz |
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 (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 23062f29b09..5017978f3b4 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -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 @@ PKGCONFIG_OVERRIDE= libpanel-applet/libpanelapplet-2.0.pc.in 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 |