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 | ee3bae09887fb993a2d2829ee834e84d36731a33 (patch) | |
tree | 81837f833c698750ed3c752e19d3d6d40b65d160 /lang/Makefile | |
parent | 501d29980854acd1e0196b38bbe360753dd659c5 (diff) | |
download | pkgsrc-ee3bae09887fb993a2d2829ee834e84d36731a33.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 |