summaryrefslogtreecommitdiff
path: root/lang/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-01-17 14:02:16 +0000
committerwiz <wiz@pkgsrc.org>2002-01-17 14:02:16 +0000
commit31b0437fb455dfbc00209283ce97eec8918e0ba1 (patch)
tree360460ea052ef7c57d67232d3a5a2f6b5104bd9d /lang/Makefile
parent4969adf8b7885558f6fde0ab041f4f8d4eb2ed67 (diff)
downloadpkgsrc-31b0437fb455dfbc00209283ce97eec8918e0ba1.tar.gz
add and enable python20 and python22
Diffstat (limited to 'lang/Makefile')
-rw-r--r--lang/Makefile4
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