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 /lang | |
parent | ab162fcce41fbbb90a1a0fe0d0ec8d5ff445f792 (diff) | |
download | pkgsrc-8f6894d56185c8aaa0d526537255a8a0f0ad0e8e.tar.gz |
Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/Makefile b/lang/Makefile index d50c4376f56..97ae3bab443 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.221 2005/10/20 17:47:11 wiz Exp $ +# $NetBSD: Makefile,v 1.222 2005/11/02 09:20:50 taca Exp $ # COMMENT= Programming languages @@ -132,8 +132,8 @@ SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby SUBDIR+= ruby-doc-stdlib -SUBDIR+= ruby16 -SUBDIR+= ruby16-base +#SUBDIR+= ruby16 +#SUBDIR+= ruby16-base SUBDIR+= ruby18 SUBDIR+= ruby18-base SUBDIR+= sablevm |