diff options
author | tsarna <tsarna@pkgsrc.org> | 2012-12-10 03:15:48 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2012-12-10 03:15:48 +0000 |
commit | e783757cc54cf0b6fb37c23db56c87b0db782cc6 (patch) | |
tree | 8cb4bbd4e0c0ae9238ff901eb1670f613150d40f /lang/Makefile | |
parent | bbb04539af5840b3ecc6cb60269aa7e1b1a45218 (diff) | |
download | pkgsrc-e783757cc54cf0b6fb37c23db56c87b0db782cc6.tar.gz |
Add Python 3.3.0
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 dca0f50fc01..fb448bdefbc 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.334 2012/10/11 15:08:26 drochner Exp $ +# $NetBSD: Makefile,v 1.335 2012/12/10 03:15:48 tsarna Exp $ # COMMENT= Programming languages @@ -151,6 +151,7 @@ SUBDIR+= python26 SUBDIR+= python27 SUBDIR+= python31 SUBDIR+= python32 +SUBDIR+= python33 SUBDIR+= racket SUBDIR+= racket-textual SUBDIR+= rcfunge |