diff options
author | taca <taca> | 2005-11-02 09:20:50 +0000 |
---|---|---|
committer | taca <taca> | 2005-11-02 09:20:50 +0000 |
commit | 7be42412b62364fc5b8d0940ba338b2907f9fb9a (patch) | |
tree | 3d00647a24c05117f1146b71685149fc96ec987d /devel | |
parent | 3675e41833e0a5512cdcdf2c19e0ed32fb2c9a1f (diff) | |
download | pkgsrc-7be42412b62364fc5b8d0940ba338b2907f9fb9a.tar.gz |
Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1d6a92941c3..7ff55a4546f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.686 2005/11/02 09:01:50 taca Exp $ +# $NetBSD: Makefile,v 1.687 2005/11/02 09:20:50 taca Exp $ # COMMENT= Development utilities @@ -560,18 +560,18 @@ SUBDIR+= ruby-curses SUBDIR+= ruby-filelock SUBDIR+= ruby-installpkg SUBDIR+= ruby-mode -SUBDIR+= ruby-optparse +#SUBDIR+= ruby-optparse SUBDIR+= ruby-racc SUBDIR+= ruby-rd-mode SUBDIR+= ruby-readline -SUBDIR+= ruby-strscan +#SUBDIR+= ruby-strscan SUBDIR+= ruby-subversion -SUBDIR+= ruby-testunit -SUBDIR+= ruby-textbuf -SUBDIR+= ruby-unit -SUBDIR+= ruby16-curses -SUBDIR+= ruby16-racc -SUBDIR+= ruby16-zlib +#SUBDIR+= ruby-testunit +#SUBDIR+= ruby-textbuf +#SUBDIR+= ruby-unit +#SUBDIR+= ruby16-curses +#SUBDIR+= ruby16-racc +#SUBDIR+= ruby16-zlib SUBDIR+= rudiments SUBDIR+= rvm SUBDIR+= rx |