diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-12-20 15:51:30 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2012-12-20 15:51:30 +0000 |
commit | 9abdbdda925a08694fc156c15a64e6a229a63f96 (patch) | |
tree | 809ff4f9f6d4ad8e41771192621aa15fce9b600c | |
parent | 6b10aaf833abdabfa1b2fe611c0a852b84e37b93 (diff) | |
download | freebsd-ports-9abdbdda925a08694fc156c15a64e6a229a63f96.zip |
Add python33.
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 35d0b8f77649..e27e9b9f07c1 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -272,6 +272,7 @@ SUBDIR += python27 SUBDIR += python31 SUBDIR += python32 + SUBDIR += python33 SUBDIR += q SUBDIR += qore SUBDIR += qscheme |