diff options
author | recht <recht@pkgsrc.org> | 2005-01-23 22:58:08 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-01-23 22:58:08 +0000 |
commit | c36f3a8719fc9eebc3a802b15f8c3b6fd0de4406 (patch) | |
tree | 20adab540791b8cf54ea72d25dd2f91c40986a3d /lang | |
parent | e45eeb9d700752e0eb8d781f1ceea43489fecc0f (diff) | |
download | pkgsrc-c36f3a8719fc9eebc3a802b15f8c3b6fd0de4406.tar.gz |
+ python23-nth
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index a204180e95e..836761c0459 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.206 2004/12/29 06:34:54 minskim Exp $ +# $NetBSD: Makefile,v 1.207 2005/01/23 22:58:08 recht Exp $ # COMMENT= Programming languages @@ -128,6 +128,7 @@ SUBDIR+= python21-pth SUBDIR+= python22 SUBDIR+= python22-pth SUBDIR+= python23 +SUBDIR+= python23-nth SUBDIR+= python23-pth SUBDIR+= python24 SUBDIR+= python24-pth |