diff options
author | wiz <wiz@pkgsrc.org> | 2009-01-12 15:59:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-01-12 15:59:16 +0000 |
commit | fcec0acc6f7210437ead851bd3d228cc0f3639d9 (patch) | |
tree | 3f377364aa9b8fbd048a7f88112a0f7271691b74 /meta-pkgs | |
parent | ffbc0e9a991f32c7c1daef51e37893964863154e (diff) | |
download | pkgsrc-fcec0acc6f7210437ead851bd3d228cc0f3639d9.tar.gz |
All dependencies updated -- welcome to 2.24.2!
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/c++-gnome-bindings/Makefile | 31 |
1 files changed, 9 insertions, 22 deletions
diff --git a/meta-pkgs/c++-gnome-bindings/Makefile b/meta-pkgs/c++-gnome-bindings/Makefile index dcf635465b2..312c4e83119 100644 --- a/meta-pkgs/c++-gnome-bindings/Makefile +++ b/meta-pkgs/c++-gnome-bindings/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2008/11/29 08:34:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/01/12 15:59:16 wiz Exp $ -DISTNAME= c++-gnome-bindings-2.24.1.90 +DISTNAME= c++-gnome-bindings-2.24.2 CATEGORIES= meta-pkgs x11 gnome MASTER_SITES= # empty @@ -12,30 +12,17 @@ META_PACKAGE= yes # see http://ftp.gnome.org/pub/GNOME/bindings/2.24/2.24.2/sources/c++/ -# outdated -#DEPENDS+= gconfmm>=2.24.0:../../devel/gconfmm -DEPENDS+= gconfmm-[0-9]*:../../devel/gconfmm +DEPENDS+= gconfmm>=2.24.0:../../devel/gconfmm DEPENDS+= glibmm>=2.18.1:../../devel/glibmm -# outdated -#DEPENDS+= gnome-vfsmm>=2.24.0:../../sysutils/gnome-vfsmm -DEPENDS+= gnome-vfsmm-[0-9]*:../../sysutils/gnome-vfsmm +DEPENDS+= gnome-vfsmm>=2.24.0:../../sysutils/gnome-vfsmm DEPENDS+= gtkmm>=2.14.3:../../x11/gtkmm -# outdated -#DEPENDS+= libglademm>=2.6.7:../../devel/libglademm -DEPENDS+= libglademm-[0-9]*:../../devel/libglademm -# outdated -#DEPENDS+= libgnomecanvasmm>=2.23.1:../../graphics/libgnomecanvasmm -DEPENDS+= libgnomecanvasmm-[0-9]*:../../graphics/libgnomecanvasmm -# outdated -#DEPENDS+= libgnomemm>=2.24.0:../../devel/libgnomemm -DEPENDS+= libgnomemm-[0-9]*:../../devel/libgnomemm -# outdated -#DEPENDS+= libgnomeuimm>=2.24.0:../../devel/libgnomeuimm +DEPENDS+= libglademm>=2.6.7:../../devel/libglademm +DEPENDS+= libgnomecanvasmm>=2.23.1:../../graphics/libgnomecanvasmm +DEPENDS+= libgnomemm>=2.24.0:../../devel/libgnomemm +DEPENDS+= libgnomeuimm>=2.24.0:../../devel/libgnomeuimm DEPENDS+= libgnomeuimm-[0-9]*:../../devel/libgnomeuimm DEPENDS+= libsigc++>=2.2.3:../../devel/libsigc++ -# outdated -#DEPENDS+= libxml++>=2.24.0:../../textproc/libxml++ -DEPENDS+= libxml++-[0-9]*:../../textproc/libxml++ +DEPENDS+= libxml++>=2.24.0:../../textproc/libxml++ DEPENDS+= pangomm>=2.14.1:../../devel/pangomm .include "../../mk/bsd.pkg.mk" |