diff options
author | taca <taca@pkgsrc.org> | 2004-11-27 14:16:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-11-27 14:16:05 +0000 |
commit | 57c7cb66d5e7291bdb72f78ef1a9871e2fe25dc2 (patch) | |
tree | d64e5dbf849757a587dd0cc29bd64d269dcd0800 /lang/Makefile | |
parent | 728fce10d1f070c57c3b0e109c521b2c2487e725 (diff) | |
download | pkgsrc-57c7cb66d5e7291bdb72f78ef1a9871e2fe25dc2.tar.gz |
Add and enable ruby16 and ruby18 package.
Disable ruby-base package now.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index 9ba3fd6259e..e7d5fd4f1b5 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.199 2004/11/25 22:02:49 jlam Exp $ +# $NetBSD: Makefile,v 1.200 2004/11/27 14:16:05 taca Exp $ # COMMENT= Programming languages @@ -129,7 +129,9 @@ SUBDIR+= python23-pth SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby -SUBDIR+= ruby-base +SUBDIR+= ruby16 +SUBDIR+= ruby18 +#SUBDIR+= ruby-base SUBDIR+= sablevm SUBDIR+= sablevm-classpath SUBDIR+= sablevm-classpath-gui |