diff options
author | wiz <wiz> | 2002-01-17 14:02:16 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-17 14:02:16 +0000 |
commit | aed3fec48c5418dda88bca48606cc7b5bade0fb2 (patch) | |
tree | 360460ea052ef7c57d67232d3a5a2f6b5104bd9d /lang | |
parent | 43d73cfc3ad9055d339ab1c9f1bef55c87743325 (diff) | |
download | pkgsrc-aed3fec48c5418dda88bca48606cc7b5bade0fb2.tar.gz |
add and enable python20 and python22
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index a9f06ea2afa..ef437641a5f 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.109 2002/01/15 20:17:09 agc Exp $ +# $NetBSD: Makefile,v 1.110 2002/01/17 14:02:16 wiz Exp $ # COMMENT= Programming languages @@ -68,7 +68,9 @@ SUBDIR+= pgcc SUBDIR+= py-extclass SUBDIR+= py-html-docs SUBDIR+= python +SUBDIR+= python20 SUBDIR+= python21 +SUBDIR+= python22 SUBDIR+= ruby SUBDIR+= ruby-base SUBDIR+= ruby14-base |