diff options
author | kefren <kefren@pkgsrc.org> | 2009-04-07 10:57:42 +0000 |
---|---|---|
committer | kefren <kefren@pkgsrc.org> | 2009-04-07 10:57:42 +0000 |
commit | 1110bdeff2927975efd5b31b50feb8b94061000d (patch) | |
tree | e0b0bb880c38643627289702607c40055e06b0b2 /x11/gnome-panel | |
parent | afee03fe6acf9c783fc996220bc14a157f2cc29c (diff) | |
download | pkgsrc-1110bdeff2927975efd5b31b50feb8b94061000d.tar.gz |
Requires gtk2+>=2.15.1
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index edb66463816..8f455dbc7c1 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.108 2009/03/22 19:01:42 wiz Exp $ +# $NetBSD: Makefile,v 1.109 2009/04/07 10:57:42 kefren Exp $ # DISTNAME= gnome-panel-2.26.0 @@ -36,7 +36,7 @@ GCONF_SCHEMAS+= workspace-switcher.schemas GCONF_SCHEMAS+= window-list.schemas GCONF_ENTRIES= panel-default-setup.entries -BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.12.0 +BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.15.1 BUILDLINK_API_DEPENDS.libglade+= libglade>=2.5.0 BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.0 |