diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-31 23:19:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-31 23:19:52 +0000 |
commit | 7f7bdaa2f8b153fbb4657f76ec5411aebad50763 (patch) | |
tree | dc35e3f8c2f87bd8ef43df0dba4e302c0441b6d1 /lang | |
parent | 1cdf642f680958a3578c481c11a816ac0a683bf1 (diff) | |
download | pkgsrc-7f7bdaa2f8b153fbb4657f76ec5411aebad50763.tar.gz |
Add commented out entry for python, and add and enable python15. Sort.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/Makefile b/lang/Makefile index dd656339081..acf52f15319 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.112 2002/01/29 12:38:52 drochner Exp $ +# $NetBSD: Makefile,v 1.113 2002/01/31 23:19:52 wiz Exp $ # COMMENT= Programming languages @@ -67,12 +67,14 @@ SUBDIR+= pforth SUBDIR+= pgcc SUBDIR+= py-extclass SUBDIR+= py-html-docs +#SUBDIR+= python # only contains Makefile fragments +SUBDIR+= python15 SUBDIR+= python20 SUBDIR+= python21 SUBDIR+= python22 SUBDIR+= ruby -SUBDIR+= ruby14 SUBDIR+= ruby-base +SUBDIR+= ruby14 SUBDIR+= ruby14-base SUBDIR+= scheme48 SUBDIR+= siod |