diff options
author | wiz <wiz@pkgsrc.org> | 2008-11-09 10:41:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-11-09 10:41:42 +0000 |
commit | 811f05d825516636a027d33de3854ac5b8e9564e (patch) | |
tree | 5f3d1b2ba61188d1b7865b8daa6616b42ec017f5 /meta-pkgs/Makefile | |
parent | f09f2ec19526b9259916b3ddaf7d88fc53e4490f (diff) | |
download | pkgsrc-811f05d825516636a027d33de3854ac5b8e9564e.tar.gz |
Add and enable Gnome bindings packages.
Diffstat (limited to 'meta-pkgs/Makefile')
-rw-r--r-- | meta-pkgs/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-pkgs/Makefile b/meta-pkgs/Makefile index f7ae731e55e..b90e424829d 100644 --- a/meta-pkgs/Makefile +++ b/meta-pkgs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2008/11/08 18:46:53 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2008/11/09 10:41:42 wiz Exp $ # COMMENT= Collections of other packages @@ -9,6 +9,8 @@ SUBDIR+= courier SUBDIR+= fxtv-capture SUBDIR+= gnome SUBDIR+= gnome-admin +SUBDIR+= gnome-bindings-c++ +SUBDIR+= gnome-bindings-mono SUBDIR+= gnome-devtools SUBDIR+= gnome-platform SUBDIR+= gnuradio @@ -23,10 +25,12 @@ SUBDIR+= modular-xorg-libs SUBDIR+= netbsd-doc SUBDIR+= netbsd-doc-print SUBDIR+= netbsd-www +SUBDIR+= p5-gnome-bindings SUBDIR+= php4-extensions SUBDIR+= php5-extensions SUBDIR+= pkg_developer SUBDIR+= pkgsrc-guide-tools +SUBDIR+= py-gnome-bindings SUBDIR+= ruby-gnome2 SUBDIR+= suse100 SUBDIR+= web-server |