diff options
author | recht <recht@pkgsrc.org> | 2004-12-05 23:30:25 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2004-12-05 23:30:25 +0000 |
commit | c12617def5ce83faf5f2935cd76d4ebecd5ae910 (patch) | |
tree | d5c3d360129335e3b81d177ca17d9ab081e0209f /lang/Makefile | |
parent | 58d04d493b973f0d1b2e7d1a1eb413ba71a6dd9b (diff) | |
download | pkgsrc-c12617def5ce83faf5f2935cd76d4ebecd5ae910.tar.gz |
+python24, python24-pth
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 2254eaffbfd..b317fb7eb8b 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.203 2004/11/28 15:18:32 wiz Exp $ +# $NetBSD: Makefile,v 1.204 2004/12/05 23:30:25 recht Exp $ # COMMENT= Programming languages @@ -127,6 +127,8 @@ SUBDIR+= python22 SUBDIR+= python22-pth SUBDIR+= python23 SUBDIR+= python23-pth +SUBDIR+= python24 +SUBDIR+= python24-pth SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby |