diff options
author | drochner <drochner> | 2003-08-04 08:30:44 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-08-04 08:30:44 +0000 |
commit | 1ed430400802f36ae5823fee9bca87f8b045b22a (patch) | |
tree | 81837f833c698750ed3c752e19d3d6d40b65d160 /lang | |
parent | f101c5e8c41bd2f792b04e64972c8f518eacd56e (diff) | |
download | pkgsrc-1ed430400802f36ae5823fee9bca87f8b045b22a.tar.gz |
add python-2.3
Diffstat (limited to 'lang')
-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 |