diff options
author | drochner <drochner@pkgsrc.org> | 2003-08-04 08:30:44 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-08-04 08:30:44 +0000 |
commit | a406f8eba839a5a6d8b3f28c694e70044ae01396 (patch) | |
tree | 5278ed8e7453079c7148f4197ad1a7cef46e77e9 /lang/Makefile | |
parent | eac7ba63354bd2c62e04278dabd8586eb0263ba4 (diff) | |
download | pkgsrc-a406f8eba839a5a6d8b3f28c694e70044ae01396.tar.gz |
add python-2.3
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 89b12a2c75d..01978b18797 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.155 2003/07/10 11:49:48 wiz Exp $ +# $NetBSD: Makefile,v 1.156 2003/08/04 08:30:44 drochner Exp $ # COMMENT= Programming languages @@ -102,6 +102,8 @@ SUBDIR+= python21 SUBDIR+= python21-pth SUBDIR+= python22 SUBDIR+= python22-pth +SUBDIR+= python23 +SUBDIR+= python23-pth SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby |