diff options
author | wiz <wiz> | 2009-04-19 14:43:30 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-04-19 14:43:30 +0000 |
commit | 86d5a7e2cb58a13d7e730c6ed616b925f3eeb04c (patch) | |
tree | 9371fa779e1990cbf50650334799005245be6ec7 /lang/Makefile | |
parent | 89afe51ca1b1199020eb5c47ea971e0a6abec06f (diff) | |
download | pkgsrc-86d5a7e2cb58a13d7e730c6ed616b925f3eeb04c.tar.gz |
+ python26.
Diffstat (limited to 'lang/Makefile')
-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 |