diff options
author | wiz <wiz@pkgsrc.org> | 2009-04-19 14:43:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-04-19 14:43:30 +0000 |
commit | b9a50e5872a77968fc110ae345237368e1c8fc65 (patch) | |
tree | 9371fa779e1990cbf50650334799005245be6ec7 /lang | |
parent | 752b874fb3d009a116bf105f631e013ce0fd40f8 (diff) | |
download | pkgsrc-b9a50e5872a77968fc110ae345237368e1c8fc65.tar.gz |
+ python26.
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 3af91e3be62..e4bf7a8d694 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.269 2009/03/20 22:12:03 asau Exp $ +# $NetBSD: Makefile,v 1.270 2009/04/19 14:43:30 wiz Exp $ # COMMENT= Programming languages @@ -133,6 +133,7 @@ SUBDIR+= py25-html-docs SUBDIR+= python23 SUBDIR+= python24 SUBDIR+= python25 +SUBDIR+= python26 SUBDIR+= rexx-imc SUBDIR+= rexx-regina SUBDIR+= ruby |