diff options
author | wiz <wiz> | 2002-01-31 23:19:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-01-31 23:19:52 +0000 |
commit | 9c99d86d7054eab7af8879473be3ff9816469565 (patch) | |
tree | dc35e3f8c2f87bd8ef43df0dba4e302c0441b6d1 /lang/Makefile | |
parent | 5324805141ef224bd7f79fdc9178a2f6b7628dbf (diff) | |
download | pkgsrc-9c99d86d7054eab7af8879473be3ff9816469565.tar.gz |
Add commented out entry for python, and add and enable python15. Sort.
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 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 |