diff options
author | taca <taca> | 2001-06-30 14:14:58 +0000 |
---|---|---|
committer | taca <taca> | 2001-06-30 14:14:58 +0000 |
commit | 074d7e6e0c53aa5b065a9f46e582b78fba395942 (patch) | |
tree | 0bd5f8fd265f6febc3b79cfdd19fcecdc187fc48 /lang/Makefile | |
parent | 76f8d6b1f4c5b5944cb95bc6dff3817a69c95378 (diff) | |
download | pkgsrc-074d7e6e0c53aa5b065a9f46e582b78fba395942.tar.gz |
Add ruby-base and ruby14-base, and enable ruby-base only.
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 939029b09e2..30ef46e8541 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2001/06/22 03:43:15 nathanw Exp $ +# $NetBSD: Makefile,v 1.103 2001/06/30 14:14:58 taca Exp $ # COMMENT= Programming languages @@ -67,6 +67,8 @@ SUBDIR+= py-extclass SUBDIR+= py-html-docs SUBDIR+= python SUBDIR+= ruby +SUBDIR+= ruby-base +#SUBDIR+= ruby14-base SUBDIR+= scheme48 SUBDIR+= siod SUBDIR+= smalleiffel |