diff options
author | taca <taca@pkgsrc.org> | 2005-11-02 09:20:50 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-11-02 09:20:50 +0000 |
commit | 8f6894d56185c8aaa0d526537255a8a0f0ad0e8e (patch) | |
tree | 3d00647a24c05117f1146b71685149fc96ec987d /devel/Makefile | |
parent | ab162fcce41fbbb90a1a0fe0d0ec8d5ff445f792 (diff) | |
download | pkgsrc-8f6894d56185c8aaa0d526537255a8a0f0ad0e8e.tar.gz |
Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
Diffstat (limited to 'devel/Makefile')
-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 |